|
|
coherent
#include "mprec.h"
/*
* Mintfr releases all space occupied by the mint pointed to by "a".
* This includes the space for the mint and for the value to which
* it points.
*/
void
mintfr(a)
register mint *a;
{
mpfree(a->val);
mpfree(a);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.