Add generic strlen implementation

This commit is contained in:
2025-05-02 20:47:16 -04:00
parent d47709b03c
commit 9163857e83
2 changed files with 10 additions and 0 deletions

1
sys.h
View File

@@ -143,5 +143,6 @@ int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *t, stru
uint32_t fork();
void *memset(void* s, int c, unsigned long n);
int strlen(char* s);
#endif // !MINIMALSYS_H