/* File IO */ #ifndef FIO_H #define FIO_H #include extern char *FReadNextLineAlloc(FILE *fp, char comment_char); extern char *FReadNextLineAllocCount( FILE *fp, char comment_char, int *line_count ); #endif /* FIO_H */