Skip to main content

sys_write

Function sys_write 

Source
pub fn sys_write(
    fd: u32,
    buf_ptr: u64,
    buf_len: u64,
) -> Result<u64, SyscallError>
Expand description

Syscall handler for writing to a file.