Home
Manpages
About
(root)/
glibc-2.38/
elf/
unload8mod2.c
1
extern
void
mod3
(
void
)
;
2
3
void
4
mod2
(
void
)
5
{
6
mod3
(
)
;
7
}