diff options
Diffstat (limited to 'src/user/lib/include')
-rw-r--r-- | src/user/lib/include/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user/lib/include/string.h b/src/user/lib/include/string.h index 8930bee..9e08ae5 100644 --- a/src/user/lib/include/string.h +++ b/src/user/lib/include/string.h @@ -4,3 +4,5 @@ int isspace(char c); long strtol(const char *restrict s, char **restrict end, int base); + +char *strchr(const char *s, int c); |