wchar.h 261 B

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