__xc_ungetc
wio->unget = __xc_ungetc;
extern int __xc_ungetc(int, void *);
code = __xc_ungetc(ch, (WINDOW *) 0) == EOF ? ERR : OK;
wio->unget = __xc_ungetc;
extern int __xc_ungetc(int, void *);