1 2 3 4 5 6 7 8 9
#include <wctype.h> #include "libc.h" wctype_t wctype_l(const char *s, locale_t l) { return wctype(s); } weak_alias(wctype_l, __wctype_l);