#include #include int strcoll_l(const char *l, const char *r, locale_t loc) { return strcoll(l, r); }