.TH madd() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Add multiple-precision integers"
.B "#include <mprec.h>"
\fBvoid madd(\fIa, b, c\^\fB)\fR
\fBmint *\fIa, \fB*\fIb, \fB*\fIc\^\fB;\fR
.PP
.B madd()
sets the multiple-precision integer (or \fBmint\^\fR)
pointed to by
.I c
to the sum of the the \fBmint\fRs pointed to by
.I a
and
.I b.
.SH "See Also"
.Xr "libmp" libmp
