#include "internal.h" int bio·ungetc(io·Header *io) { if(io->state == io·BufEnd) io->state = io·BufRdr; if(io->state != io·BufRdr) return io·BufEof; io->ilen--; return 0; }