zig
zig copied to clipboard
lib/c: implement various string functions
Added str* functions not included in #23847: strspn, strcspn, strpbrk, strstr, strtok, strtok_r
Related: https://github.com/ziglang/zig/issues/2879