Function mpz_get_str

Source
pub unsafe extern "C" fn mpz_get_str(
    str: *mut c_char,
    base: c_int,
    op: mpz_srcptr,
) -> *mut c_char
Expand description