about summary refs log tree commit diff
path: root/stdio/putc.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/putc.c')
-rw-r--r--stdio/putc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdio/putc.c b/stdio/putc.c
new file mode 100644
index 0000000000..51aae378ae
--- /dev/null
+++ b/stdio/putc.c
@@ -0,0 +1,5 @@
+#include <ansidecl.h>
+#include <stdio.h>
+#undef	putc
+#define	fputc	putc
+#include <fputc.c>