home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
BC_DICE2.DMS
/
in.adf
/
INCLUDE
/
alloca.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-01
|
232 b
|
17 lines
/*
* $VER: alloca.h 1.0 (17.4.93)
*
* (c)Copyright 1992 Obvious Implementations Corp, All Rights Reserved
*/
#ifndef ALLOCA_H
#define ALLOCA_H
extern __regargs void *_dice_alloca(long);
#define alloca _dice_alloca
#endif