mblen.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/mblen.c
blob: a4304bf5ada91fcde676e2da33f33520a880ad8a (plain) (blame)
1
2
3
4
5
6
#include <stdlib.h>
int mblen(const char *s, size_t n)
{
	return mbtowc(0, s, n);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 04:04:06 +0000

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