.TH mtoi() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Convert multiple-precision integer to integer"
.B "#include <mprec.h>"
\fBint mtoi(\fIa\^\fB)\fR
\fBmint *\fIa\^\fB;\fR
.PP
.B mtoi()
returns an integer equal to the value of the multiple-precision
integer (or \fBmint\fR) pointed to by
.I a.
The value pointed to by
.I a
should be in the
range allowable for a signed integer.
.SH "See Also"
.Xr "libmp" libmp
