#ifndef IMP_UTIL #define IMP_UTIL #include #include void read_one_line(char **buff,int *stop,FILE *fd,int *buflen); #endif