| #include <unistd.h> | |
| off_t lseek(int fd, off_t offset, int whence); | |
| /* Returns: new file offset if OK, −1 on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| #include <unistd.h> | |
| off_t lseek(int fd, off_t offset, int whence); | |
| /* Returns: new file offset if OK, −1 on error */ |