move msghdr and cmsghdr out of bits/socket.h
[musl.git] / src / string / wcscasecmp_l.c
blob065dd0aad757de3b9f1352dce7f04d439e39e9a7
1 #include <wchar.h>
3 int wcscasecmp_l(const wchar_t *l, const wchar_t *r, locale_t locale)
5 return wcscasecmp(l, r);