Function mpz_inp_str

Source
pub unsafe extern "C" fn mpz_inp_str(
    rop: mpz_ptr,
    stream: *mut FILE,
    base: c_int,
) -> usize
Expand description