Searched defs:PA_MIN (Results 1 – 1 of 1) sorted by relevance
82 #define PA_MIN(a,b) \ macro89 #define PA_MIN(a, b) ((a) < (b) ? (a) : (b)) macro