wchar.h 262 B

123456789101112131415
  1. #ifndef _BITS_WCHAR_H
  2. #define _BITS_WCHAR_H
  3. #define WEOF (0xffffffffu)
  4. #define WCHAR_MIN (0)
  5. #define WCHAR_MAX (0x7fffffff)
  6. #define __need_size_t
  7. #define __need_wchar_t
  8. #define __need_wint_t
  9. #define __need_NULL
  10. #include <stdint.h>
  11. #endif /* _BITS_WCHAR_H */