We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e891e1 + 38adf3d commit c165af3Copy full SHA for c165af3
include/lib/libc.h
@@ -70,7 +70,7 @@ char *strncat(char *s1, const char *s2, int32_t n);
70
int32_t strcmp(const char *s1, const char *s2);
71
int32_t strncmp(const char *s1, const char *s2, int32_t n);
72
char *strstr(const char *s1, const char *s2);
73
-int32_t strlen(const char *s1);
+size_t strlen(const char *s1);
74
char *strchr(const char *s1, int32_t c);
75
char *strpbrk(const char *s1, const char *s2);
76
char *strsep(char **pp, const char *delim);
0 commit comments