diff options
Diffstat (limited to 'src/stdio/fsetpos.c')
-rw-r--r-- | src/stdio/fsetpos.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fsetpos.c b/src/stdio/fsetpos.c index 33c055ea..f56aef48 100644 --- a/src/stdio/fsetpos.c +++ b/src/stdio/fsetpos.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** set the file position indicator **/ @@ -21,3 +23,6 @@ any characters pushed back with FUNCTION(ungetc). /* STDC(1) */ + + +#endif |