diff options
Diffstat (limited to 'src/stdio/clearerr.c')
-rw-r--r-- | src/stdio/clearerr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/clearerr.c b/src/stdio/clearerr.c index 44510744..a3196a71 100644 --- a/src/stdio/clearerr.c +++ b/src/stdio/clearerr.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -20,3 +22,6 @@ clears the error and end-of-file indicators of ARGUMENT(stream). /* STDC(1) */ + + +#endif |