summaryrefslogtreecommitdiffstatshomepage
path: root/stm/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/std.h')
-rw-r--r--stm/std.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/std.h b/stm/std.h
index e7002b06f6..98c719676f 100644
--- a/stm/std.h
+++ b/stm/std.h
@@ -11,7 +11,7 @@ void *memcpy(void *dest, const void *src, size_t n);
void *memmove(void *dest, const void *src, size_t n);
void *memset(void *s, int c, size_t n);
-//int strlen(const char *str);
+size_t strlen(const char *str);
int strcmp(const char *s1, const char *s2);
int strncmp(const char *s1, const char *s2, size_t n);
char *strndup(const char *s, size_t n);