diff options
author | Daniel Bertalan <dani@danielbertalan.dev> | 2021-10-16 10:40:27 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-17 17:09:58 +0100 |
commit | 95c32fdf19adbc94223c8a288f72e9c3d71aaba5 (patch) | |
tree | 2d729faa891606c3c2bda8b158e054e0b0936655 /Toolchain/Stubs | |
parent | 13e6d9d71a57d6127207af66b708f545719064da (diff) | |
download | serenity-95c32fdf19adbc94223c8a288f72e9c3d71aaba5.zip |
LibC: Primitively implement wcsxfrm
The `wcsxfrm` function copies a wide character string into a buffer,
such that comparing the new string against any similarly pre-processed
string with `wcscmp` produces the same result as if the original strings
were compared with `wcscoll`.
Our current `wcscoll` implementation is simply an alias for `wcscmp`, so
`wcsxfrm` needs to perform no actions other than copying the string.
Diffstat (limited to 'Toolchain/Stubs')
0 files changed, 0 insertions, 0 deletions