mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:57:34 +00:00
LibC: Add stubs for wctype and iswctype
This commit is contained in:
parent
d364abe4d5
commit
c2b47c0676
4 changed files with 42 additions and 0 deletions
|
@ -56,6 +56,7 @@ set(LIBC_SOURCES
|
|||
utime.cpp
|
||||
utsname.cpp
|
||||
wchar.cpp
|
||||
wctype.cpp
|
||||
)
|
||||
|
||||
file(GLOB AK_SOURCES CONFIGURE_DEPENDS "../../../AK/*.cpp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue