blob: 4c0f4f287683c0b78a08716b58d85dbc359a1a72 [file] [log] [blame]
#include "libc.h"
#include <wchar.h>
/* FIXME: stub */
int wcscoll(const wchar_t* l, const wchar_t* r) {
return wcscmp(l, r);
}