Sign in
◑
Theme
mojo
/
mojo-tools
/
e72c5b36e0633399dfe0f906be25cdf0fc0935be
/
.
/
fusl
/
src
/
string
/
wcscasecmp_l.c
blob: 555a77ee97252510fb954a48053bceaf28255d5e [
file
]
#include
<wchar.h>
int
wcscasecmp_l
(
const
wchar_t
*
l
,
const
wchar_t
*
r
,
locale_t
locale
)
{
return
wcscasecmp
(
l
,
r
);
}