syscall_write

Function syscall_write 

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

Write nbytes of data to the prover to a given file descriptor fd from write_buf.