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