1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:37:35 +00:00

LibC: Implement {f,}getwc()

This commit is contained in:
Ali Mohammad Pur 2021-12-19 21:14:23 +03:30 committed by Ali Mohammad Pur
parent 3b281baf75
commit cf17677206
5 changed files with 207 additions and 130 deletions

View file

@ -66,6 +66,7 @@ set(LIBC_SOURCES
utsname.cpp
wchar.cpp
wctype.cpp
wstdio.cpp
)
file(GLOB AK_SOURCES CONFIGURE_DEPENDS "../../../AK/*.cpp")