.TH mout() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Write multiple-precision integer to stdout"
.B "#include <mprec.h>"
\fBvoid mout(\fIa\^\fB)\fR
\fBmint *\fIa\^\fB;\fR
.PP
.B mout()
writes the multiple-precision integer (or \fBmint\fR)
pointed to by
.I a
onto the standard output.
The base of the output is set by the value of the external variable
.BR obase .
.SH "See Also"
.Xr "libmp" libmp
