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

MySQL数据库

开发平台:

Visual C++

  1. /* $Id$ */
  2. #ifndef  __sys_stdtypes_h
  3. #ifndef _SYS___STDLIB_H_
  4. #define _SYS___STDLIB_H_
  5. #ifndef _SIZE_T
  6. #define _SIZE_T
  7. typedef unsigned int    size_t;
  8. #endif
  9. #ifndef _WCHAR_T
  10. #define _WCHAR_T
  11. typedef unsigned int wchar_t;
  12. #endif
  13. #ifndef NULL
  14. #define NULL    0
  15. #endif
  16. #endif
  17. #endif