From 95c4d23af122131fd0f83dee70e9cce65c46d49f Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 14 Aug 2022 12:30:23 +0200 Subject: user/libc: ctype.h --- src/user/lib/include/string.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/user/lib/include/string.h') 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 -int isspace(char c); - long strtol(const char *restrict s, char **restrict end, int base); - char *strchr(const char *s, int c); -- cgit v1.2.3