/* declare prototype for functions in readline.c */ int readline(int fd, char *ptr, int maxlen); int writeline(int fd, char *s );