home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
messroms.de
/
2007-01-13_www.messroms.de.zip
/
VZ200
/
TOOLS
/
ZCCSRC.ZIP
/
link
/
alloc.h
next >
Wrap
C/C++ Source or Header
|
1995-09-08
|
122b
|
9 lines
/* alloc.h */
/* DECUS C */
extern char *alloc();
extern char *malloc();
extern char *calloc();
extern char *realloc();