aboutsummaryrefslogtreecommitdiff
path: root/libc/inc/def.h
diff options
context:
space:
mode:
authorMarvin Borner2021-02-10 20:28:16 +0100
committerMarvin Borner2021-02-10 20:28:16 +0100
commite7fb1f97a5f95bcfd1d924b345f98bc0b496f5c0 (patch)
tree70984e3433c5de919d2be59c0ad633156213e30b /libc/inc/def.h
parentedc570a3552a7fdaaf89962e5374d98c2b3dfaa0 (diff)
Print to streams instead of serial console
Diffstat (limited to 'libc/inc/def.h')
-rw-r--r--libc/inc/def.h1
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