diff options
Diffstat (limited to 'src/stdio/ferror.c')
-rw-r--r-- | src/stdio/ferror.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/ferror.c b/src/stdio/ferror.c index b5a4a085..fb6adf0d 100644 --- a/src/stdio/ferror.c +++ b/src/stdio/ferror.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_assert.h" #include "_stdio.h" @@ -21,3 +23,6 @@ tests the error indicator of ARGUMENT(stream). /* STDC(1) */ + + +#endif |