e5a7f14c ^
c09b6f8a ^
1 2
3
4 5 6
#include <wctype.h> int iswctype_l(wint_t c, wctype_t t, locale_t l) { return iswctype(c, t); }