#[no_mangle]
pub extern "C" fn __divmoddi4(a: i64, b: i64, rem: &mut i64) -> i64
Expand description

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