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