xref
: /
glibc-2.36
/
elf
/
tst-relsort1mod1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
foo
(
double
);
2
3
int
bar(void)
4
bar
(
void
)
5
{
6
return
foo
(
1.2
);
7
}
8