Function shadow_shmem::raw_syscall::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.