.TH  mcmp() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Compare multiple-precision integers"
.B "#include <mprec.h>"
\fBint mcmp(\fIa, b\^\fB)\fR
\fBmint *\fIa, \fB*\fIb\^\fB;\fR
.PP
.B mcmp()
compares the multiple-precision integers (or \fBmint\fRs)
pointed to by
.I a
and
.IR b .
It returns a signed integer less than, equal to, or greater than zero
according to whether the value pointed to by
.I a
is less than, equal to, or greater than that pointed to by
.IR b .
.SH "See Also"
.Xr "libmp" libmp
