mmiinn() -- Multiple-Precision Mathematics (libmp)

Read multiple-precision integer from stdin
#iinncclluuddee <mmpprreecc.hh>
vvooiidd mmiinn(_a)
mmiinntt *_a;

mmiinn() reads a multiple-precision  integer (or mmiinntt) from the standard input
and writes it  at the address held by _a.  The base of the mmiinntt is indicated
by the value held in the external variable iibbaassee.

mmiinn() accepts leading blanks and an optional leading minus sign; the number
is terminated by the first non-legal digit.

_S_e_e _A_l_s_o
lliibbmmpp
