Home
Manpages
About
(root)/
glibc-2.38/
elf/
reldep4mod1.c
1
int
foo
(
void
)
;
2
3
int
foo
(
void
)
4
{
5
return
0
;
6
}
7