00001 #ifndef GET_LINE_HH 00002 #define GET_LINE_HH 00003 00004 void get_line(char *buff); 00005 void get_one_line(char *buff); 00006 00007 #endif