min                83 src/bignum.c   #undef min
min                84 src/bignum.c   #define min(x, y)   (((x) < (y))? (x) : (y))