Function compiler_builtins::int::udiv::__udivmodsi4
source · pub extern "C" fn __udivmodsi4(
n: u32,
d: u32,
rem: Option<&mut u32>
) -> u32
Expand description
Returns n / d
and sets *rem = n % d
pub extern "C" fn __udivmodsi4(
n: u32,
d: u32,
rem: Option<&mut u32>
) -> u32
Returns n / d
and sets *rem = n % d