pub unsafe fn fd_write(
fd_: fd,
iovs_: &[ciovec],
nwritten_: *mut usize,
) -> errnoExpand description
Writes to a file descriptor.
ยงParameters
fd: The file descriptor to which data should be written.
iovs: List of scatter/gather vectors where data should be retrieved.
nwritten: The number of bytes written.