home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Portable Patmos / usr / include / alloca.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-22  |  92 b   |  7 lines  |  [TEXT/R*ch]

  1. #ifndef ALLOCA_H
  2. #define ALLOCA_H
  3.  
  4. void *alloca (unsigned int size);
  5.  
  6. #endif    /* ALLOCA_H */
  7.