.TH msub() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Subtract multiple-precision integers"
.B "#include <mprec.h>"
\fBvoid msub(\fIa, b, c\^\fB)\fR
\fBmint *\fIa, \fB*\fIb, \fB*\fIc\^\fB;\fR
.PP
.B msub()
subtracts the multiple-precision integer (or \fBmint\fR) pointed to by
.I a
from the \fBmint\fR pointed to by
.IR b ,
and writes the result into the \fBmint\fR pointed to by
.IR c .
.SH "See Also"
.Xr "libmp" libmp
