wcscasecmp_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/wcscasecmp_l.c
blob: 065dd0aad757de3b9f1352dce7f04d439e39e9a7 (plain) (blame)
1
2
3
4
5
6
#include <wchar.h>
int wcscasecmp_l(const wchar_t *l, const wchar_t *r, locale_t locale)
{
	return wcscasecmp(l, r);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 09:43:54 +0000

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