Function nix::unistd::lseek

source ยท
pub fn lseek<Fd: AsFd>(fd: Fd, offset: off_t, whence: Whence) -> Result<off_t>
Expand description

Move the read/write file offset.

See also lseek(2)