mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07: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