index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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) */