[][src]Function nix::unistd::lseek

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

Move the read/write file offset.

See also lseek(2)