libc: add headers and definitions required by libgcc

This commit is contained in:
2026-07-19 13:30:19 +01:00
parent 8aa76b5b7f
commit 34b3b8359b
7 changed files with 71 additions and 2 deletions
+1
View File
@@ -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);