Name: Anonymous 2013-04-25 1:06
Instead of defining datatypes with preset sizes for big integers in C (like GMP and other libraries do), why not define operations on them for arbitrarily sized character arrays so that you can define how large you want your integer to be?