max

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

Get the maximum of x and y.