Added uchar header.

This commit is contained in:
Relintai 2023-06-02 10:28:52 +02:00
parent 215d90788f
commit 7f0e67103b
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ STDLIB_INCLUDES = {
"int64_t",
],
"wchar.h": ["wchar_t", "size_t"],
"uchar.h": [
"char32_t",
"char16_t",
],
}
STDLIB_TYPES = {t for m in STDLIB_INCLUDES.values() for t in m}