home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prt_util / prlabel.lha / MyIO_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-26  |  320b  |  11 lines

  1. /* Prototypes for functions defined in MyIO.c */
  2. int mygets(struct FileHandle *file,
  3.            char *string,
  4.            int maxl);
  5. int mygetsbuff(struct FileHandle *file,
  6.                char *string,
  7.                int maxl,
  8.                IOBUFF *iobuff);
  9. int myputs(struct FileHandle *file,
  10.            char *string);
  11.