MIN 236 missing/vsnprintf.c #define MIN(a, b) ((a) < (b) ? (a) : (b)) MIN 72 re.c #define MIN(a,b) (((a)>(b))?(b):(a))