wcslen.c\string\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/string/wcslen.c
blob: 1b7b66550c618a2126fdd92eefa0ea38af48d356 (plain) (blame)
1
2
3
4
5
6
7
8
#include <wchar.h>
size_t wcslen(const wchar_t *s)
{
	const wchar_t *a;
	for (a=s; *s; s++);
	return s-a;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月04日 12:56:13 +0000

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