COHERENT manpages

This page displays the COHERENT manpage for mvfree() [Free multiple-precision integer].

List of available manpages
Index


mvfree() -- Multiple-Precision Mathematics (libmp)

Free multiple-precision integer
#include <mprec.h>
void mvfree(a)
mint *a;

mvfree()  frees  the space  allocated  to  an automatic  multiple-precision
integer (or  mint).  You should  call mvfree() before  exiting the function
that  uses the  mint, or  the storage  used by  the val  field of  the mint
structure will never be reclaimed.

See Also

libmp