Function nix::unistd::lseek [−][src]
pub fn lseek(fd: RawFd, offset: off_t, whence: Whence) -> Result<off_t>
Move the read/write file offset.
See also lseek(2)
pub fn lseek(fd: RawFd, offset: off_t, whence: Whence) -> Result<off_t>
Move the read/write file offset.
See also lseek(2)