__min

Determine the minimum value of two numbers.

#define __min(x, y)

#define _min(x, y)

#define MIN(x, y)

Required Header
<stdlib.h>

Return Value

Each of these macros return the minimum of two numbers.

Standard Library

See Also    __max