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 >
Wrap
C/C++ Source or Header
|
1996-09-28
|
91b
|
9 lines
#ifndef ALLOCA_H
#define ALLOCA_H
#include <stddef.h>
void *alloca(size_t size);
#endif