Searched refs:MAX (Results 1 – 1 of 1) sorted by relevance
174 #ifndef MAX175 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro