#include "lib9.h" #include #include vlong seek(int fd, vlong where, int from) { return lseek(fd, where, from); }