diff options
Diffstat (limited to 'src/stdio/fputc.c')
-rw-r--r-- | src/stdio/fputc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fputc.c b/src/stdio/fputc.c index 4a634b77..b551541d 100644 --- a/src/stdio/fputc.c +++ b/src/stdio/fputc.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -33,3 +35,6 @@ RETURN_SUCCESS(ARGUMENT(c)) RETURN_FAILURE(CONSTANT(EOF)) STDC(1) */ + + +#endif |