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 >
Wrap
C/C++ Source or Header
|
1992-09-26
|
320b
|
11 lines
/* 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);