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