Function nix::unistd::lseek

source ·
pub fn lseek(fd: RawFd, offset: off_t, whence: Whence) -> Result<off_t>
Expand description

Move the read/write file offset.

See also lseek(2)