StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
get_line.h
1 #ifndef GET_LINE_HH
2 #define GET_LINE_HH
3 
4 void get_line(char *buff);
5 void get_one_line(char *buff);
6 
7 #endif