fgetwc_l
wint_t fgetwc_l(FILE *, locale_t);
return fgetwc_l(fp, __get_locale());
return (fgetwc_l(fp, locale));
return (fgetwc_l(stdin, locale));