home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
util
/
heartbeat-1.0.lha
/
HeartBeat-1.0
/
cload_file.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-07
|
299 b
|
10 lines
// Include Header to gain access to 'C' version of load_file()
struct FileCache {
char *filebuf; // ptr to cached file
unsigned int bufsize; // # of bytes in cache (incl padding)
char *filename; // name of file in this cache
};
IMPORT BOOL load_file( char * fname, struct FileCache * fc);