.TH itom() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Create a multiple-precision integer"
.B "#include <mprec.h>"
\fBmint *itom(\fIn\^\fB)\fR
\fBint \fIn\^\fB;\fR
.PP
.B itom()
creates a new
multiple-precision integer (or
.BR mint ),
initializes it to the signed integer value
.IR n ,
and returns a pointer to it.
You can use the function
.B mintfr()
to reclaim the storage used by the
.B mint
created by
.BR itom() .
.SH "See Also"
.Xr "libmp" libmp
