Searched defs:Minimum (Results 1 – 2 of 2) sorted by relevance
33 #define Minimum(a,b) (((a)<(b)) ? (a) : (b)) macro