diff options
author | dzwdz | 2022-08-14 12:30:23 +0200 |
---|---|---|
committer | dzwdz | 2022-08-14 12:30:23 +0200 |
commit | 95c4d23af122131fd0f83dee70e9cce65c46d49f (patch) | |
tree | 133520621b9a60e06d1fd4d8eb77e45018f79808 /src/user/lib/include/string.h | |
parent | 9cb8f33830a85cd8c660f435db643a77dc22219c (diff) |
user/libc: ctype.h
Diffstat (limited to 'src/user/lib/include/string.h')
-rw-r--r-- | src/user/lib/include/string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/user/lib/include/string.h b/src/user/lib/include/string.h index 9e08ae5..eda4e48 100644 --- a/src/user/lib/include/string.h +++ b/src/user/lib/include/string.h @@ -1,8 +1,5 @@ #pragma once #include <shared/mem.h> -int isspace(char c); - long strtol(const char *restrict s, char **restrict end, int base); - char *strchr(const char *s, int c); |