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