Files
ladybird/LibC/string.cpp
Andreas Kling 9f633a1871 LibC: Add strcoll() and strxfrm().
These are obviously not locale-aware implementations, but rather really just
strcmp() and strcpy() with different names. This makes vim build and run :^)
2019-05-03 18:17:33 +02:00

8.4 KiB