musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/putchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/putchar.c')
-rw-r--r--src/stdio/putchar.c 3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stdio/putchar.c b/src/stdio/putchar.c
index 945636d5..f044f169 100644
--- a/src/stdio/putchar.c
+++ b/src/stdio/putchar.c
@@ -1,6 +1,7 @@
#include <stdio.h>
+#include "putc.h"
int putchar(int c)
{
- return fputc(c, stdout);
+ return do_putc(c, stdout);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月28日 02:49:51 +0000

AltStyle によって変換されたページ (->オリジナル) /