diff options
Diffstat (limited to 'libc/inc/def.h')
-rw-r--r-- | libc/inc/def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inc/def.h b/libc/inc/def.h index 2c77203..a6e3210 100644 --- a/libc/inc/def.h +++ b/libc/inc/def.h @@ -23,6 +23,7 @@ typedef unsigned long long u64; * Macros */ +#define EOF (-1) #define NULL ((void *)0) #define U8_MAX 255 |