11off_t
lseek(
int fd,off_t offset,
int whence);
25 if (
lseek(fd,(off_t) 0,
END) == -1)
return -1;
33 if (
lseek(fd,(off_t) pos,
SET) == -1)
return -1;
int ftruncate(int fd, off_t length)
int seek_trunc(int fd, seek_pos pos)
int seek_set(int fd, seek_pos pos)
seek_pos seek_cur(int fd)
off_t lseek(int fd, off_t offset, int whence)