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); }