Function psp::sys::sceRtcIsLeapYear

source ·
#[no_mangle]
pub unsafe extern "C" fn sceRtcIsLeapYear(year: i32) -> i32
Expand description

Check if a year is a leap year

§Parameters

  • year: year to check if is a leap year

§Return Value

1 on leapyear, 0 if not