mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
format
This commit is contained in:
parent
b42c6bf539
commit
7069284fe8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user