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