/* Prototypes for functions defined in MyIO.c */
int mygets(struct FileHandle *file,
           char *string,
           int maxl);
int mygetsbuff(struct FileHandle *file,
               char *string,
               int maxl,
               IOBUFF *iobuff);
int myputs(struct FileHandle *file,
           char *string);
