strchrnul.h (172B)
- // Based on the strchrnul(3) function from musl
- // Copyright © 2005-2020 Rich Felker, et al.
- // SPDX-License-Identifier: MIT
- char *utils_strchrnul(const char *s, int c);
git clone https://anongit.hacktivis.me/git/utils-std.git/
strchrnul.h (172B)
- // Based on the strchrnul(3) function from musl
- // Copyright © 2005-2020 Rich Felker, et al.
- // SPDX-License-Identifier: MIT
- char *utils_strchrnul(const char *s, int c);