e5a7f14c ^
1 2 3 4 5 6
#include <wctype.h> wctype_t wctype_l(const char *s, locale_t l) { return wctype(s); }