#include #include "libc.h" wint_t __towlower_l(wint_t c, locale_t l) { return towlower(c); } weak_alias(__towlower_l, towlower_l);