From 3455cf8da6085319fcf1b1159cc5faaf54393a26 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Sep 2025 13:54:30 +0900 Subject: feat: include --- src/std.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/std.h') diff --git a/src/std.h b/src/std.h index 5f31191..a4fe905 100644 --- a/src/std.h +++ b/src/std.h @@ -6,11 +6,6 @@ int atoi(const char*); void* calloc(size_t, size_t); void exit(int); -int getchar(); -int isalnum(int); -int isalpha(int); -int isdigit(int); -int isspace(int); void* memcpy(void*, const void*, size_t); void* memmove(void*, const void*, size_t); void* memset(void*, int, size_t); -- cgit v1.2.3-70-g09d2