|
|
1.1 root 1: #include "mprec.h"
2:
3:
4:
5:
6: /*
7: * Mintfr releases all space occupied by the mint pointed to by "a".
8: * This includes the space for the mint and for the value to which
9: * it points.
10: */
11:
12: void
13: mintfr(a)
14: register mint *a;
15: {
16: mpfree(a->val);
17: mpfree(a);
18: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.