aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strchrnul.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* libc: Use musl's optimized strchr and strchrnulEd Maste2021-12-121-32/+43
* Remove "all rights reserved" on files where I have copyright.Niclas Zeising2018-05-091-1/+0
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Add declaration to eliminate -Wmissing-prototypes warning.Craig Rodrigues2015-09-201-0/+2
* Add strchrnul(), a GNU function similar to strchr(), except that it returnsNiclas Zeising2013-02-131-0/+48