Function cloudabi::fd_write [] [src]

pub unsafe fn fd_write(
    fd_: fd,
    iovs_: &[ciovec],
    nwritten_: &mut usize
) -> errno

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.