#include "internal.h" int gz·seek(gz·Stream *s, long off, enum SeekPos whence) { return gzseek(s, off, whence); }