man wnmax (Fonctions bibliothèques) - min and max functions
NAME
wn_min, wn_max - min and max functions
SYNOPSIS
#include <wn/wnmax.h> wn_min(x1, x2) wn_max(x1, x2)
DESCRIPTION
wn_min is a macro which returns the min of x1 and x2. x1 and x2 may be of any type for which the C "<" operator is defined.
wn_max returns the max of x1 and x2.
SEE ALSO
wnabs, wninr, wnint
AUTHOR
Will Naylor