pub extern "C" fn __divmodsi4(a: i32, b: i32, rem: &mut i32) -> i32
Expand description

Returns n / d and sets *rem = n % d