Function psp::sys::sceRtcTickAddWeeks

source ·
#[no_mangle]
pub unsafe extern "C" fn sceRtcTickAddWeeks(
    dest_tick: *mut u64,
    src_tick: *const u64,
    num_weeks: i32
) -> i32
Expand description

Add an amount of weeks to a tick

§Parameters

  • dest_tick: pointer to tick to hold result
  • src_tick: pointer to source tick
  • num_weeks: number of weeks to add

§Return Value

0 on success, < 0 on error