.TH mvfree() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Free multiple-precision integer"
.B "#include <mprec.h>"
\fBvoid mvfree(\fIa\^\fB)\fR
\fBmint *\fIa\^\fB;\fR
.PP
.B mvfree()
frees the space allocated to an automatic multiple-precision integer
(or \fBmint\fR).
You should call
.B mvfree()
before exiting the function that uses the \fBmint\fR,
or the storage used by the
.B val
field of the
.B mint
structure will never be reclaimed.
.SH "See Also"
.Xr "libmp" libmp
