summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strchrnul.c
Commit message (Collapse)AuthorAgeFilesLines
* Add strchrnul(), a GNU function similar to strchr(), except that it returnszeising2013-02-131-0/+48
a pointer to the end of the string, rather than NULL, if the character was not found. Approved by: theraven
OpenPOWER on IntegriCloud