Sign in
third-party-mirror
/
GRTEv4
/
262be5abc585813b1766119db73641d44ba3741e
/
.
/
google3
/
third_party
/
grte
/
v4_src
/
glibc-2.19
/
elf
/
tst-relsort1mod2.c
blob: a2c3e551e40addffb41e57b24e704013239175a5 [
file
] [
log
] [
blame
]
#include
<math.h>
int
foo
(
double
d
)
{
return
floor
(
d
)
!=
0.0
;
}