mmiinniitt() -- Multiple-Precision Mathematics (libmp)

Condition global or auto multiple-precision integer
#iinncclluuddee <mmpprreecc.hh>
vvooiidd mmiinniitt(_a)
mmiinntt *_a;

mmiinniitt() helps  to create a multiple-precision integer (or  mmiinntt).  If a new
mmiinntt is  declared to be global  or automatic, you must  call mmiinniitt() before
using the variable.  This prevents garbage values in the newly created mmiinntt
structure from causing chaos.  A  mmiinntt conditioned by mmiinniitt() has no value;
however, it may be used to receive the result of an operation.

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