home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gnu
/
gdb-4.14-src.lha
/
gdb-4.14
/
glob
/
sysdep-a68v.h
< 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
|
1992-02-11
|
226 b
|
12 lines
/* System-dependent stuff, for Apollo 68k SysV-under-Domain/OS systems */
#include <malloc.h>
#ifdef __GNUC__
#define alloca __builtin_alloca
#endif
#include <sys/types.h>
#include <dirent.h>
typedef struct dirent dirent;