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