Function write

Source
pub unsafe fn write(
    fd: i32,
    buf: *const c_void,
    count: usize,
) -> Result<isize, Errno>
Expand description

ยงSafety

count should not exceed the number of valid bytes in buf.