Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247
/
.
/
src
/
basic
/
missing_type.h
blob: f6233090a905c195b104196e1402359d745f8733 [
file
] [
log
] [
blame
] [
raw
]
/* 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