home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
unix
/
emx
/
include
/
alloca.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-11-12
|
176 b
|
11 lines
/* alloca.h (emx+gcc) */
#if !defined (_ALLOCA_H)
#define _ALLOCA_H
#if !defined (alloca)
#define alloca __builtin_alloca
#endif
#endif /* !defined (_ALLOCA_H) */