From d35821fb1673ce1dacd5aada3c66446d9264e7f3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 2 Aug 2025 02:27:18 +0900 Subject: feat: add ducc version of stddef.h --- std.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'std.h') diff --git a/std.h b/std.h index 7ba993a..80eaacd 100644 --- a/std.h +++ b/std.h @@ -1,4 +1,4 @@ -typedef long size_t; +#include struct FILE; typedef struct FILE FILE; @@ -29,8 +29,6 @@ size_t strlen(const char*); int strncmp(const char*, const char*, size_t); char* strstr(const char*, const char*); -#define NULL 0 - #include int vfprintf(FILE*, const char*, va_list); -- cgit v1.2.3-70-g09d2