home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
clib
/
progs
/
stubshack
/
HeapGraph_!HeapDisp_h_ScanFile
< 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
Text File
|
1994-08-28
|
203 b
|
14 lines
#ifndef __ScanFile_h
#define __ScanFile_h
#ifndef __Structs_h
#include "Structs.h"
#endif
void ReadFromFile(
file_handle file, const char *filename, int filelen, apps_anchorblock *apps
);
#endif