xref
: /
ndk
/
tests
/
build
/
multi-module-path
/
path2
/
bar
/
libbar.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
bar.h
"
2
#
include
"
foo.h
"
3
bar(void)
4
int
bar
(
void
)
5
{
6
return
foo
()*
2
;
7
}
8