Function compiler_builtins::int::sdiv::__divmodti4::__divmodti4
source · #[no_mangle]
pub extern "C" fn __divmodti4(
a: i128,
b: i128,
rem: &mut i128
) -> i128
Expand description
Returns n / d
and sets *rem = n % d