Simple macros for maximum and minimum of two values.
In this module we declate macros to the maximum and minimum of two values. This avoids potential conflicts with other libraries. (../include/deds/maxmin.h)
Part of the deds library.
#define MX_MAX(x,y)
The maximum of two values.
#define MX_MIN(x,y)
The minimum of two values.
#define MX_MID(x,y,z)
The middle of three values.
Generated by MXDOC 2.2 on Sun Feb 4 15:16:26 2007