getwc
wint_t getwc(FILE *);
#define getwchar() getwc((FILE *)__stdin)
PROTO_NORMAL(getwc);
DEF_STRONG(getwc);
TEST_WIDE(getwc(f));