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 >
C/C++ Source or Header  |  1990-12-28  |  127b  |  10 lines

  1. #ifndef VOID
  2. #define VOID void
  3. #endif
  4.  
  5. VOID *ckalloc();
  6. int (*setalloc())();
  7.  
  8. #define ALLOC_FATAL (-1)
  9. #define ALLOC_RETRY (0)
  10.