diff options
Diffstat (limited to 'src/userspace/libc/string.h')
-rw-r--r-- | src/userspace/libc/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/libc/string.h b/src/userspace/libc/string.h index 10b7688..2eb2fb6 100644 --- a/src/userspace/libc/string.h +++ b/src/userspace/libc/string.h @@ -4,7 +4,7 @@ #include <stddef.h> #include <stdint.h> -u8 strlen(char *str); +u32 strlen(char *str); void strcpy(char *dest, char *orig); |