summaryrefslogtreecommitdiffstats
path: root/libc/string/strlcat.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix two more cases where a libc_hidden_proto was added to string.h whileBernd Schmidt2008-06-111-0/+1
| | | | no libc_hidden_def exists for the function.
* Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger2006-01-031-0/+46
wcscoll/strcoll needs some love ...