e5a7f14c ^
1 2 3 4 5 6
#include <wctype.h> wint_t iswxdigit_l(wint_t c, locale_t l) { return iswxdigit(c); }