libc: add a range of header files

This commit is contained in:
2026-04-01 18:49:57 +01:00
parent c6ca934852
commit f2e650d368
8 changed files with 295 additions and 2 deletions
+2
View File
@@ -20,6 +20,8 @@ extern int strncpy(const char *s1, const char *s2, unsigned long n);
extern void *memset(void *str, int c, size_t n);
extern void *memcpy(void *dst, const void *src, size_t len);
extern int memcmp(const void *a, const void *b, size_t len);
extern void *memmove(void *dst, const void *src, size_t len);
extern char *strdup(char *s);