Searched defs:SAL_MAX (Results 1 – 1 of 1) sorted by relevance
28 # define SAL_MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
Completed in 13 milliseconds