diff options
Diffstat (limited to 'src/stdio/EOF.c')
| -rw-r--r-- | src/stdio/EOF.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/EOF.c b/src/stdio/EOF.c index 84f560a1..2cf3ce60 100644 --- a/src/stdio/EOF.c +++ b/src/stdio/EOF.c @@ -1,4 +1,3 @@ -#include <stdio.h> #define EOF (-1) /** end-of-file **/ @@ -7,6 +6,7 @@ is a sentinal value used to indicated that a TYPEDEF(FILE) stream has reached the end of file. ***/ + /* STDC(1) */ |
