00001 #ifndef READLINE_H 00002 #define READLINE_H 00003 00004 00005 extern char *readline(char *s, int n); 00006 00007 00008 #endif