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