summaryrefslogtreecommitdiff
path: root/libc/src/strings/strcasecmp.cpp
AgeCommit message (Expand)Author
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers