summaryrefslogtreecommitdiff
path: root/sys/src/libmp/test/fns.h
blob: 30f12ecf540297a0c16fae6df790d1cc3fcceab0 (plain)
1
2
3
4
5
6
7
8
9
ldint* ldnew(int);
void ldfree(ldint *);
void testgen(int, ldint *);
int ldmpeq(ldint *, mpint *);
mpint* ldtomp(ldint *, mpint *);
void mptarget(mpint *);
void tests(void);
void mpdiv_(mpint *, mpint *, mpint *, mpint *);
void convtests(void);