Searched defs:Bigint (Results 1 – 1 of 1) sorted by relevance
524 Bigint { struct525 struct Bigint *next;526 int k, maxwds, sign, wds;527 ULong x[1];530 typedef struct Bigint Bigint; typedef