home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / include / alloca.h next >
C/C++ Source or Header  |  1996-09-28  |  91b  |  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.