home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake 'em
/
QUAKEEM.BIN
/
doom_i
/
program
/
tcpsrv12.exe
/
TCPSRV12.TAR
/
fileio.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-09-27
|
191 b
|
15 lines
/* dfcss.h */
#ifndef FILEIO_H
#define FILEIO_H
#ifdef __STDC__
int writefile(char *, char *, int);
int readfile(char *, char *, int);
#else
int writefile();
int readfile();
#endif
#endif