min

#define min( ) ((x)>(y)?(y):(x))

Get the minimum of x and y.