home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
program
/
a
/
as1_23
/
source
/
h
/
include
< 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
|
1993-12-28
|
242 b
|
15 lines
/*
* include.h
*
* (c) Andy Duplain, August 1992.
*/
#ifndef __INCLUDE_H
#define __INCLUDE_H
int initInclude(void);
int addInclude(const char *incpath);
FILE *getInclude(const char *filename,const char *mode);
#endif /* __INCLUDE_H */