Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-relsort1mod2.c
blob: a2c3e551e40addffb41e57b24e704013239175a5 [
file
] [
log
] [
blame
] [
edit
]
#include
<math.h>
int
foo
(
double
d
)
{
return
floor
(
d
)
!=
0.0
;
}