xref
: /
elf
/
tst-relsort1mod2.c
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
math.h
>
2
3
int
foo(double d)
4
foo
(
double
d
)
5
{
6
return
floor
(
d
) !=
0.0
;
7
}
8