1 /* SPDX-License-Identifier: LGPL-2.1-or-later */ 2 #pragma once 3 4 #include <uchar.h> 5 6 #if !HAVE_CHAR32_T 7 #define char32_t uint32_t 8 #endif 9 10 #if !HAVE_CHAR16_T 11 #define char16_t uint16_t 12 #endif 13