Systemd/src/basic/missing_type.h
2020-11-09 13:23:58 +09:00

13 lines
188 B
C

/* 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