pub unsafe extern "C" fn mp_rat_add_int( a: mp_rat, b: mp_int, c: mp_rat, ) -> mp_result
Sets c to the sum of a and integer b.
c
a
b