mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-05 01:40:04 -04:00
format
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user