diff options
Diffstat (limited to 'src/stdio/fwrite.c')
-rw-r--r-- | src/stdio/fwrite.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fwrite.c b/src/stdio/fwrite.c index f7fe07f9..724e0c29 100644 --- a/src/stdio/fwrite.c +++ b/src/stdio/fwrite.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** write directly to a file stream **/ @@ -36,3 +38,6 @@ written. /* STDC(1) */ + + +#endif |