max                85 src/bignum.c   #undef max
max                86 src/bignum.c   #define max(x, y)   (((x) > (y))? (x) : (y))