Function mpf_init_set_str

Source
pub unsafe extern "C" fn mpf_init_set_str(
    rop: mpf_ptr,
    str: *const c_char,
    base: c_int,
) -> c_int
Expand description