summaryrefslogtreecommitdiff
path: root/tests/test_wcsncpy_static_write.c (follow)
AgeCommit message (Collapse)Author
2025-10-28Fix the CI on clangjvoisin
Apparently, clang doesn't like the `putwchar` function for no good reason. Replacing it with `printf` fixes a NULL-ptr deref, so let's do that, as we don't really care about the content of the buffer anyway, only that it's not optimized away.
2023-09-17Make use of the buffers in the wide-chars testsjvoisin
Just in case the compiler tries to optimize some things away.
2023-09-11Add a bunch of wchar_t testsjvoisin