1 2 3 4 5 6 7
#include <math.h> #define islessgreater(x,y) ((x) < (y) || (x) > (y)) /* STDC(199901) LINK(m) */