home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_i / program / dmwbsp.exe / CMDLIB.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-16  |  170 b   |  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