home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 12: Textmags & Docs
/
nf_archive_12.iso
/
MAGS
/
SOURCES
/
ATARI_SRC.ZIP
/
atari source
/
FALCON
/
ACC
/
OUTLINE.ACC
/
FILEIO.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-02-10
|
173 b
|
10 lines
/* fileio.h - i/o routines for extend.sys parser
* 900814 kbad
*/
#define LINE_MAX 128
void xopen( char *name );
char *xgets( char *buf );
void xclose( void );