Skip to main content

pwrite

Function pwrite 

Source
pub fn pwrite(fd: i32, buf: &[u8], offset: i64) -> Result<usize, Errno>
Expand description

Low-level write to a file, with specified offset.

See also pwrite(2)