Function sp1_lib::syscall_write

source ยท
pub unsafe extern "C" fn syscall_write(
    fd: u32,
    write_buf: *const u8,
    nbytes: usize,
)
Expand description

Writes the bytes in the given buffer to the given file descriptor.