.TH smult() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Multiply multiple-precision integers"
.B "#include <mprec.h>"
\fBvoid smult(\fIa, n, c\^\fB)\fR
\fBmint *\fIa, \fB*\fIc\^\fB; int \fIn\^\fB;\fR
.PP
.B smult()
multiplies the multiple-precision integer (or \fBmint\fR) pointed to by
.I a
by the integer
.IR n ,
which is <= 127.
It writes the product into the \fBmint\fR pointed to by
.IR c .
.SH "See Also"
.Xr "libmp" libmp
