LibC: Add some missing wchar.h functions

isw* functions are just wrappers to is*
tow* functions are just wrappers to to*
This commit is contained in:
2025-06-01 13:45:49 +03:00
parent cc07c3df94
commit 4ac6cbe70e
4 changed files with 298 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ set(LIBC_SOURCES
time.cpp
unistd.cpp
utime.cpp
wchar-stdio.cpp
wchar.cpp
icxxabi.cpp