write

Function write 

Source
pub fn write<E>(
    ctrl: &mut TargetController<E>,
    fd: u64,
    buf: u64,
    count: u64,
) -> Result<u64, CouldNotResume>
where E: Executing,
Expand description

Call the write system call in the target process.