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