index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
tst-relsort1mod2.c
blob: a2c3e551e40addffb41e57b24e704013239175a5 (
plain
)
1
2
3
4
5
6
7
#include <math.h>
int
foo
(
double
d
)
{
return
floor
(
d
) !=
0.0
;
}