Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
db4f43f0150836941f56a4d2e2923f7182328607
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
elf
/
reldepmod6.c
blob: cd2aeb400dc91dde43da3208b0f93bcfeb41f1bb [
file
] [
log
] [
blame
]
extern
int
call_me
(
void
);
extern
int
bar
(
void
);
int
bar
(
void
)
{
return
call_me
();
}