22 #ifndef LELY_LIBC_UCHAR_H_ 23 #define LELY_LIBC_UCHAR_H_ 27 #ifndef LELY_HAVE_UCHAR_H 28 #if (__STDC_VERSION__ >= 201112L || __cplusplus >= 201103L) \ 29 && !defined(__NEWLIB__) 30 #define LELY_HAVE_UCHAR_H 1 40 #if __cplusplus >= 201103L 46 typedef uint_least16_t char16_t;
47 typedef uint_least32_t char32_t;
51 #endif // !LELY_HAVE_UCHAR_H 53 #endif // !LELY_LIBC_UCHAR_H_ This header file is part of the C11 and POSIX compatibility library; it includes <uchar.h>, if it exists, and defines any missing functionality.
This header file is part of the C11 and POSIX compatibility library; it includes <stdint.h> and defines any missing functionality.
This header file is part of the Lely libraries; it contains the compiler feature definitions.