1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 06:37:34 +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:
Tim Schumacher 2021-09-17 01:14:17 +02:00 committed by Brian Gianforcaro
parent 8043fcd466
commit b8c756a53a
3 changed files with 50 additions and 3 deletions

View file

@ -15,6 +15,7 @@ set(TEST_SOURCES
TestStackSmash.cpp
TestStrlcpy.cpp
TestStrtodAccuracy.cpp
TestWchar.cpp
TestWctype.cpp
)