home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
as_1
/
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
C/C++ Source or Header
|
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 */