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/multibyte/btowc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multibyte/btowc.c')
-rw-r--r--src/multibyte/btowc.c 7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/multibyte/btowc.c b/src/multibyte/btowc.c
new file mode 100644
index 00000000..9d2c3b16
--- /dev/null
+++ b/src/multibyte/btowc.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <wchar.h>
+
+wint_t btowc(int c)
+{
+ return c<128U ? c : EOF;
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月02日 13:14:25 +0000

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