mbstowcs.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/mbstowcs.c
blob: dc0d459480e26113a9b527cd160a7df8b7af7aa8 (plain) (blame)
1
2
3
4
5
6
7
#include <stdlib.h>
#include <wchar.h>
size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn)
{
	return mbsrtowcs(ws, (void*)&s, wn, 0);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月23日 10:18:32 +0000

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