37 #if !defined(GNUG_BUG_14) 58 #ifdef HAVE_SYS_PARAM_H 60 #include <sys/param.h> 65 #define MAX(x, y) ((x) > (y) ? (x) : (y)) 69 #define MIN(x, y) ((x) < (y) ? (x) : (y)) 74 #endif // __W_MINMAX_H
const T max(const T x, const T y)
Definition: w_minmax.h:45
const T min(const T x, const T y)
Definition: w_minmax.h:52
#define T
Definition: w_okvl_inl.h:45