home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Public Domain 1
/
APDL_PD1A.iso
/
program
/
assembler
/
as
/
src
/
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
|
1992-08-20
|
225 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);
#endif /* __INCLUDE_H */