diff options
Diffstat (limited to 'src/stdio/feof.c')
-rw-r--r-- | src/stdio/feof.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/feof.c b/src/stdio/feof.c index 94531fcf..8e00489c 100644 --- a/src/stdio/feof.c +++ b/src/stdio/feof.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_assert.h" #include "_stdio.h" @@ -29,3 +31,6 @@ tests for the end-of-file indicator of ARGUMENT(stream). /* STDC(1) */ + + +#endif |