about summary refs log tree commit diff
path: root/wcsmbs/tst-wcslcat.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+93
These functions are about to be added to POSIX, under Austin Group issue 986. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>