summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_type.h
blob: 1d17705c356b1b86ca249df3de1f20ee10596051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <uchar.h>

#if !HAVE_CHAR32_T
#  define char32_t uint32_t
#endif

#if !HAVE_CHAR16_T
#  define char16_t uint16_t
#endif