diff options
Diffstat (limited to 'src/stdio/rewind.c')
-rw-r--r-- | src/stdio/rewind.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/rewind.c b/src/stdio/rewind.c index 94694edb..200534fe 100644 --- a/src/stdio/rewind.c +++ b/src/stdio/rewind.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** reset file position indicator **/ @@ -16,3 +18,6 @@ beginning of the file. The error indicator will be cleared. /* STDC(1) */ + + +#endif |