00001 #ifndef __READLINES_H_ 00002 #define __READLINES_H_ 00003 00004 char** readlines (FILE* source, int* numlines); 00005 00006 #endif