Determine the maximum value of two numbers.
#define __max(x, y)
#define _max(x, y)
#define MAX(x, y)
Return Value
Each of these macros return the maximum of two numbers.
Standard Library
See Also __min