root/ckalloc.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#ifndef VOID
#define VOID void
#endif

VOID *ckalloc();
int (*setalloc())();

#define ALLOC_FATAL (-1)
#define ALLOC_RETRY (0)

/* [<][>][^][v][top][bottom][index][help] */