#include "internal.h" int io·write(io·Stream *s, int sz, int n, void *buf) { return fwrite(buf, sz, n, s); }