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