/* ISC license. */ #include #include #include int seek_set (int fd, long pos) { return lseek(fd, (off_t) pos, SEEK_SET) ; }