From 90246b99595e86e5e6fe41973db1a00171cf0462 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 14 Sep 2025 00:14:25 +0900 Subject: feat: include --- src/std.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/std.h') diff --git a/src/std.h b/src/std.h index 2d7d8c8..140eea8 100644 --- a/src/std.h +++ b/src/std.h @@ -3,13 +3,8 @@ #include -int atoi(const char*); -void* calloc(size_t, size_t); -void exit(int); +// TODO: int mkstemps(char*, int); -void* realloc(void*, size_t); -long strtol(const char*, char**, int); -int system(const char*); #define assert(x) \ do { \ -- cgit v1.2.3-70-g09d2