summaryrefslogtreecommitdiffstats
path: root/libc/string/memccpy.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.
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-3/+1
| | | | missing headers, other jump relocs removed
* Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger2006-01-031-0/+22
wcscoll/strcoll needs some love ...