1 2 3 4 5 6
#include <wctype.h> wint_t towctrans_l(wint_t c, wctrans_t t, locale_t l) { return towctrans(c, t); }