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