mmttooss() -- Multiple-Precision Mathematics (libmp)

Convert multiple-precision integer to string
#iinncclluuddee <mmpprreecc.hh>
cchhaarr *mmttooss(_a) mmiinntt *_a;

mmttooss() converts the multiple-precision integer (or mmiinntt) pointed to by _a to
a string.   It returns a pointer  to the string it  creates.  The string is
allocated by mmaalllloocc(),  and may be freed by ffrreeee().  The base of the string
is set by the value of the external variable oobbaassee.

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