Files
OwOS/lib/std/string.h

4 lines
53 B
C

#include <lib/stdint.h>
uint32_t strlen(char* str);