diff options
Diffstat (limited to 'src/stdio/setbuf.c')
-rw-r--r-- | src/stdio/setbuf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/setbuf.c b/src/stdio/setbuf.c index 1efa8ea1..ce8ad682 100644 --- a/src/stdio/setbuf.c +++ b/src/stdio/setbuf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** specify file stream buffer **/ @@ -24,3 +26,6 @@ equivalent of: /* STDC(1) */ + + +#endif |