Function otter::prelude::unistd::lseek[][src]

pub fn lseek(fd: i32, offset: i64, whence: Whence) -> Result<i64, Error>
Expand description

Move the read/write file offset.

See also lseek(2)