__max

Determine the maximum value of two numbers.

#define __max(x, y)

#define _max(x, y)

#define MAX(x, y)

Required Header
<stdlib.h>

Return Value

Each of these macros return the maximum of two numbers.

Standard Library

See Also    __min