Function psp::sys::sceIoWrite

source ·
#[no_mangle]
pub unsafe extern "C" fn sceIoWrite(
    fd: SceUid,
    data: *const c_void,
    size: usize
) -> i32
Expand description

Write output

§Parameters

  • fd: Opened file descriptor to write to
  • data: Pointer to the data to write
  • size: Size of data to write

§Return value

The number of bytes written