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.h
< prev
next >
Wrap
Text File
|
1992-09-26
|
135b
|
9 lines
#define MYIO_MAXBUFF 80
typedef struct
{
int firstcall,
ngot,
bufptr;
char buffer[MYIO_MAXBUFF];
} IOBUFF;