blob: a98f5fcae2c297632c86a7787b6fec0221475e54 [file] [log] [blame]
#include <wchar.h>
#include <wctype.h>
int wcscasecmp(const wchar_t* l, const wchar_t* r) { return wcsncasecmp(l, r, -1); }