00001 00004 #ifndef _IN_H 00005 #define _IN_H 00006 00007 enum ein { 00008 READ = 1024 00009 }; 00010 int in(FILE *, char **); 00011 #endif