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