This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-16 14:56:11 -03:00
parent b42c6bf539
commit 7069284fe8

View File

@ -24,7 +24,6 @@ size_t strlen(const char* s) {
return (size_t)(sc - s);
}
const char* strchr(const char* s, int c) {
const unsigned char ch = c;