CMDLIB.H
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:0k
源码类别:

游戏

开发平台:

Visual C++

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