__stdlib.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #ifndef _SYS___STDLIB_H_
  2. #define _SYS___STDLIB_H_
  3. #include <ansi_compat.h>
  4. #ifndef _SIZE_T_
  5. #define _SIZE_T_
  6. typedef unsigned int    size_t;
  7. #endif
  8. #ifndef _WCHAR_T_
  9. #define _WCHAR_T_
  10. typedef unsigned int wchar_t;
  11. #endif
  12. #ifndef NULL
  13. #define NULL    0
  14. #endif
  15. #endif