MIN                47 src/port.c     #undef MIN
MIN                49 src/port.c     #define MIN(a, b) ((a)<(b)? (a) : (b))