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

MySQL数据库

开发平台:

Visual C++

  1. #ifndef _SYS___STDLIB_H_
  2. #define _SYS___STDLIB_H_
  3. #include <sys/feature_tests.h>
  4. #ifndef _SIZE_T
  5. #define _SIZE_T
  6. typedef unsigned int    size_t;
  7. #endif
  8. #ifndef _UID_T
  9. #define _UID_T
  10. typedef long    uid_t;
  11. #endif
  12. #ifndef NULL
  13. #define NULL    0
  14. #endif
  15. #ifndef _WCHAR_T
  16. #define _WCHAR_T
  17. typedef long wchar_t;
  18. #endif
  19. #endif