home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / flex254.zip / MISC / Macintosh / alloca.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-25  |  132 b   |  11 lines

  1. /****************
  2. ** alloca.h
  3. **
  4. ** header for alloca()
  5. *****************/
  6.  
  7. typedef void *pointer;
  8.  
  9. pointer alloca(unsigned size);
  10.  
  11.