MIN 183 common/ntypes.h # define MIN(x,y) (((x)<(y))? (x): (y)) MIN 50 libmmalloc/mmprivate.h # define MIN(A, B) ((A) < (B) ? (A) : (B))