summaryrefslogtreecommitdiff
path: root/libc/src/wchar/wcsncpy.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Switched calls to inline_memcpy to __builtin_memcpy for wide char util...Uzair Nawaz
2025-06-03[libc] wcsncpy implementation (#142237)sribee8