#ifndef _DATA_H_ #define _DATA_H_ int read_data(int infd, int outfd); #endif