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

MySQL数据库

开发平台:

Visual C++

  1. #ifndef _SYS___STDLIB_H_
  2. #define _SYS___STDLIB_H_
  3. #include <features.h>
  4. /* Get size_t, wchar_t and NULL from <stddef.h>.  */
  5. #define __need_size_t
  6. #define __need_wchar_t
  7. #define __need_NULL
  8. #include <stddef.h>
  9. #define __need_Emath
  10. #include <errno.h>
  11. /* Get HUGE_VAL (returned by strtod on overflow) from <float.h>.  */
  12. #define __need_HUGE_VAL
  13. #include <float.h>
  14. #endif