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