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:
parent
3b281baf75
commit
cf17677206
5 changed files with 207 additions and 130 deletions
|
@ -66,6 +66,7 @@ set(LIBC_SOURCES
|
|||
utsname.cpp
|
||||
wchar.cpp
|
||||
wctype.cpp
|
||||
wstdio.cpp
|
||||
)
|
||||
|
||||
file(GLOB AK_SOURCES CONFIGURE_DEPENDS "../../../AK/*.cpp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue