home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
0
/
0980
/
ckalloc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-28
|
127b
|
10 lines
#ifndef VOID
#define VOID void
#endif
VOID *ckalloc();
int (*setalloc())();
#define ALLOC_FATAL (-1)
#define ALLOC_RETRY (0)