sys_write

Function sys_write 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sys_write( fd: u32, write_ptr: *const u8, nbytes: usize, )
Expand description

ยงSafety

write_ptr must be aligned and dereferenceable.