putwc
wint_t putwc(wchar_t, FILE *);
#define putwchar(wc) putwc((wc), stdout)
status = putwc(wch, outfd);