minix/commands/flex-2.5.4/MISC/Macintosh/alloca.h
Philip Homburg 054e68baf6 Flex-2.5.4.
2005-07-11 12:54:10 +00:00

11 lines
132 B
C

/****************
** alloca.h
**
** header for alloca()
*****************/
typedef void *pointer;
pointer alloca(unsigned size);