Skip to main content

writev

Function writev 

Source
pub fn writev(fd: i32, iov: &[IoSlice<'_>]) -> Result<usize, Errno>
Expand description

Low-level vectored write to a raw file descriptor

See also writev(2)