diff options
Diffstat (limited to 'libc/str.c')
-rw-r--r-- | libc/str.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #include <def.h> #include <mem.h> +#include <str.h> u32 strlen(const char *s) { |
index : marvinborner/Melvix | |
:computer: Small operating system written from scratch (covid/school project) | Marvin |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | libc/str.c | 1 |
@@ -2,6 +2,7 @@ #include <def.h> #include <mem.h> +#include <str.h> u32 strlen(const char *s) { |