#include "internal.h" int io·seek(io·Stream *s, long off, enum SeekPos origin) { return fseek(s, off, origin); }