home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / emacs_src.lha / src / amiga / emacs-18.59 / unix / include / alloca.h next >
Encoding:
C/C++ Source or Header  |  1993-08-27  |  91 b   |  9 lines

  1. #ifndef ALLOCA_H
  2. #define ALLOCA_H
  3.  
  4. #include <stddef.h>
  5.  
  6. void *alloca(size_t size);
  7.  
  8. #endif
  9.