wcsncasecmp_l.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/wcsncasecmp_l.c
blob: 63872481927b40bc7abf85c0232d15b3786bfad7 (plain) (blame)
1
2
3
4
5
6
#include <wchar.h>
int wcsncasecmp_l(const wchar_t *l, const wchar_t *r, size_t n, locale_t locale)
{
	return wcsncasecmp(l, r, n);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 15:50:29 +0000

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