home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff314.lha
/
zc
/
zc.lzh
/
include
/
malloc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-05-11
|
251b
|
16 lines
/*
* Header for memory management routines
*/
extern char *malloc();
extern char *calloc();
extern char *lalloc();
extern char *realloc();
extern long msize();
extern long memavail();
extern char *alloca();
extern char *sbrk();
extern int brk();