mmaadddd() -- Multiple-Precision Mathematics (libmp)

Add multiple-precision integers
#iinncclluuddee <mmpprreecc.hh>
vvooiidd mmaadddd(_a, _b, _c)
mmiinntt *_a, *_b, *_c;

mmaadddd() sets the multiple-precision integer (or mmiinntt) pointed to by _c to the
sum of the the mmiinntts pointed to by _a and _b.

_S_e_e _A_l_s_o
lliibbmmpp
