This commit is contained in:
2026-05-10 19:34:35 +02:00
parent d65a736012
commit 01911bdd32
2 changed files with 28 additions and 2 deletions
+1
View File
@@ -14,5 +14,6 @@ char *strcat(char *dest, const char *src);
void strncpy(char* dst, const char* src, size_t n);
int strncmp(const char* s1, const char* s2, size_t n);
size_t strlen(const char* str);
int atoi(const char* str);
#endif