sputchr
sputchr(c, cf);
static void sputchr(wchar_t, FILE *);
sputchr(*tp++, cf);
sputchr((wchar_t)c, cf);