home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 7
/
07.iso
/
c
/
c220
/
4.ddi
/
ETC
/
ALLOCA.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-12-16
|
192 b
|
7 lines
extern void * alloca(unsigned);
/* If you use alloca, within the invoking routine you must disable two
* optimizations:
*/
#pragma off(postpone_callee_pops);
#pragma off(optimize_fp);