wctob.c\multibyte\src - 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/wctob.c
blob: d6353ee17935779719cc78eb0e730b0eb0265570 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <wchar.h>
int wctob(wint_t c)
{
	if (c < 128U) return c;
	return EOF;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月28日 17:02:37 +0000

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