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