aboutsummaryrefslogtreecommitdiff
path: root/common/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stdio.h')
-rw-r--r--common/stdio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/stdio.h b/common/stdio.h
index 9ee52d3..d15603e 100644
--- a/common/stdio.h
+++ b/common/stdio.h
@@ -8,6 +8,9 @@
typedef unsigned long FILE;
+#define STDIN_FILENO 0
+#define STDOUT_FILENO 1
+
#define EOF (-1)
extern FILE *stdin;