#include "internal.h" int io·ungetbyte(io·Stream *s, byte c) { return ungetc(c, s); }