home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
compress
/
xfh132.lzh
/
XFH
/
src
/
libmygcc
/
ixemul.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-17
|
247b
|
7 lines
/* "ixemul.h" should contain all the common global data for the library. */
/* Since we don't use a shared library, this is just a bunch of externs. */
#include <errno.h> /* Needed by strtol.c etc. */
extern int errno; /* For strtol() etc. */