Add EOF to stdio.h

Change-Id: I94e2b93bbfe50fd8daaf0ad5f8c2447c0d6fbef4
This commit is contained in:
Felix Raimundo
2016-03-18 18:55:25 +01:00
parent 23bd7048b4
commit eed53079ca

View File

@@ -3,6 +3,7 @@
#define stdin 0
#define stdout 0
#define EOF 0
typedef void FILE;