#include int wcscoll_l(const wchar_t *n, const wchar_t *r, locale_t l) { return wcscmp(n, r); }