From d8165f2b38c6405d506649d93112bad62d3d9ec0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Sep 2025 15:21:45 +0900 Subject: feat: include --- src/std.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/std.h') diff --git a/src/std.h b/src/std.h index a4fe905..2d7d8c8 100644 --- a/src/std.h +++ b/src/std.h @@ -6,18 +6,8 @@ int atoi(const char*); void* calloc(size_t, size_t); void exit(int); -void* memcpy(void*, const void*, size_t); -void* memmove(void*, const void*, size_t); -void* memset(void*, int, size_t); int mkstemps(char*, int); void* realloc(void*, size_t); -int strcmp(const char*, const char*); -size_t strlen(const char*); -int strncmp(const char*, const char*, size_t); -char* strdup(const char*); -char* strndup(const char*, size_t); -char* strstr(const char*, const char*); -char* strrchr(const char*, int); long strtol(const char*, char**, int); int system(const char*); -- cgit v1.2.3-70-g09d2