Home
last modified time | relevance | path

Searched defs:MIN (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dpubdef.h53 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro

Completed in 1 milliseconds