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
46typedef uint_least16_t char16_t;
47typedef uint_least32_t char32_t;
This header file is part of the Lely libraries; it contains the compiler feature definitions.
This header file is part of the C11 and POSIX compatibility library; it includes <stdint....
This header file is part of the C11 and POSIX compatibility library; it includes <uchar....