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
/
isgreater.c
blob: 672dbe6a95fd74907adcc04191d4a2f37b248693 (
plain
)
1
2
3
4
5
6
7
#include <math.h> #define isgreater(x,y) ((x) > (y)) /* STDC(199901) LINK(m) */