btowc_l
wint_t btowc_l(int, locale_t);
return btowc_l(c, _current_locale());
*buf = (wchar_t)btowc_l(GETARG(int), loc);