Sign in
third-party-mirror
/
mingw-w64
/
c8c94d8e8b83986355215834fda91b05dac350e7
/
.
/
mingw-w64-crt
/
wcscmpi.c
blob: 9588025f4bbe99fd77a30b26868fe097ebefa093 [
file
] [
log
] [
blame
]
#include
<string.h>
#undef
wcscmpi
int
wcscmpi
(
const
wchar_t
*
ws1
,
const
wchar_t
*
ws2
)
{
return
_wcsicmp
(
ws1
,
ws2
);
}