Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
unload8mod2.c
blob: 2fd8b6768a84d076180fb3ef42f5f14b5e15fec9 [
file
] [
log
] [
blame
] [
edit
]
extern
void
mod3
(
void
);
void
mod2
(
void
)
{
mod3
();
}