libc: add headers and definitions required by libgcc
This commit is contained in:
@@ -10,6 +10,7 @@ extern size_t strlen(const char *s);
|
||||
|
||||
extern size_t strcspn(const char *dest, const char *src);
|
||||
|
||||
extern char *strcat(char *dest, const char *src);
|
||||
extern char *strchr(const char *str, int c);
|
||||
extern char *strrchr(const char *str, int ch);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user