diff options
Diffstat (limited to 'src/stdio/fgetpos.c')
-rw-r--r-- | src/stdio/fgetpos.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fgetpos.c b/src/stdio/fgetpos.c index 04241e79..b0b25161 100644 --- a/src/stdio/fgetpos.c +++ b/src/stdio/fgetpos.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -20,3 +22,6 @@ for ARGUMENT(stream) into the TYPEDEF(fpos_t) at ARGUMENT(pos). UNSPECIFIED(The information stored in TYPEDEF(fpos_t)) STDC(1) */ + + +#endif |