minix/commands/flex-2.5.4/MISC/Macintosh/alloca.h

11 lines
132 B
C
Raw Normal View History

2005-07-11 14:54:10 +02:00
/****************
** alloca.h
**
** header for alloca()
*****************/
typedef void *pointer;
pointer alloca(unsigned size);