diff options
Diffstat (limited to 'src/stdio/fread.c')
-rw-r--r-- | src/stdio/fread.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fread.c b/src/stdio/fread.c index bf8c5fd2..b1b077dd 100644 --- a/src/stdio/fread.c +++ b/src/stdio/fread.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -39,3 +41,6 @@ The file position indicate is advanced by the number of bytes read. /* STDC(1) */ + + +#endif |