home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
292_01
/
alloc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-07-17
|
130b
|
9 lines
/* alloc.h */
/* DECUS C */
extern char *alloc();
extern char *malloc();
extern char *calloc();
extern char *realloc();