diff options
Diffstat (limited to 'src/stdio/putc.c')
-rw-r--r-- | src/stdio/putc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/putc.c b/src/stdio/putc.c index 48e11719..5a0836dd 100644 --- a/src/stdio/putc.c +++ b/src/stdio/putc.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** write a character to a file stream **/ @@ -19,3 +21,6 @@ as a macro, it may evaluate ARGUMENT(stream) more than once. /* STDC(1) */ + + +#endif |