Searched defs:VOS_MIN (Results 1 – 1 of 1) sorted by relevance
50 # define VOS_MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
Completed in 13 milliseconds