summaryrefslogtreecommitdiff
path: root/src/user/lib/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/include/string.h')
-rw-r--r--src/user/lib/include/string.h3
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);