mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 22:17:45 +00:00
LibC: Primitively implement wcscoll
At the moment, sorting like LC_COLLATE=C would do is better than nothing.
This commit is contained in:
parent
8043fcd466
commit
b8c756a53a
3 changed files with 50 additions and 3 deletions
|
@ -15,6 +15,7 @@ set(TEST_SOURCES
|
|||
TestStackSmash.cpp
|
||||
TestStrlcpy.cpp
|
||||
TestStrtodAccuracy.cpp
|
||||
TestWchar.cpp
|
||||
TestWctype.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue