1 #include <wchar.h> 2 3 /* FIXME: stub */ 4 int wcscoll(const wchar_t *l, const wchar_t *r) 5 { 6 return wcscmp(l, r); 7 } 8