summaryrefslogtreecommitdiff
path: root/src/math/isless.c
blob: 9685e84aefe5f1a9f39b0805da8b42461833f340 (plain)
1
2
3
4
5
6
7
#include <math.h>
#define isless(x,y)                                                  ((x) < (y))

/*
STDC(199901)
LINK(m)
*/