From 5a339a9b7b5cdcee3629b14f1b6a58ac4ab60fce Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 30 Oct 2023 21:44:25 +0100 Subject: LibC: Remove header files that are not in the "include" directory --- userland/libc/ctype.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 userland/libc/ctype.h (limited to 'userland/libc/ctype.h') diff --git a/userland/libc/ctype.h b/userland/libc/ctype.h deleted file mode 100644 index 5be4a89..0000000 --- a/userland/libc/ctype.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef CTYPE_H -#define CTYPE_H - -int isspace(int c); -int isascii(int c); -int toupper(int c); -int tolower(int c); -int isdigit(int c); -int isalpha(int c); -int isxdigit(int c); -int ispunct(int c); -#endif -- cgit v1.2.3