Searched defs:SAL_MIN (Results 1 – 1 of 1) sorted by relevance
31 # define SAL_MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
Completed in 19 milliseconds