logo
pub unsafe extern "C" fn mpn_cmp(
    s1p: *const limb_t,
    s2p: *const limb_t,
    n: size_t
) -> c_int
Expand description

See: mpn_cmp