summaryrefslogtreecommitdiff
path: root/src/stdio/putchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/putchar.c')
-rw-r--r--src/stdio/putchar.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/putchar.c b/src/stdio/putchar.c
index 992d2f1e..d42a0836 100644
--- a/src/stdio/putchar.c
+++ b/src/stdio/putchar.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
/** write a character to stdout **/
@@ -19,3 +21,6 @@ IDENTIFIER(stdout).
/*
STDC(1)
*/
+
+
+#endif