c32rtomb.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/c32rtomb.c
blob: 67851328e889a355ebdf2b881c85427463775373 (plain) (blame)
1
2
3
4
5
6
7
#include <uchar.h>
#include <wchar.h>
size_t c32rtomb(char *restrict s, char32_t c32, mbstate_t *restrict ps)
{
	return wcrtomb(s, c32, ps);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 00:14:29 +0000

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