home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / nodebild / idbsp10.zip / CMDLIB.H < prev    next >
C/C++ Source or Header  |  1994-05-28  |  170b  |  12 lines

  1. /*
  2.     CMDLIB.H
  3. */
  4.  
  5. #ifndef __CMDLIB__
  6. #define __CMDLIB__
  7.  
  8. void *SafeMalloc(unsigned);
  9. void *SafeCalloc(unsigned,unsigned);
  10. void    Error (char *error, ...);
  11.  
  12. #endif