1 2 3 4 5 6
#include <wctype.h> wctrans_t wctrans_l(const char *s, locale_t l) { return wctrans(s); }