aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs/tst-wcslcat2.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-17Add strlcat/wcslcat testcase.Sunil K Pandey1-0/+20
This patch implements comprehensive tests for strlcat/wcslcat functions. Tests are mostly derived from strncat test suites and modified to incorporate strlcat/wcslcat specifications. Reviewed-by: DJ Delorie <dj@redhat.com>