diff options
Diffstat (limited to 'std.h')
| -rw-r--r-- | std.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -typedef long size_t; +#include <stddef.h> 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 <stdarg.h> int vfprintf(FILE*, const char*, va_list); |
