Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v241-stable
/
.
/
src
/
basic
/
missing_type.h
blob: bf8a6caa1b467a87d7e30962a8b5056fd86ce28b [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#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