xref
: /
ndk
/
tests
/
build
/
thin-archives
/
jni
/
bar.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
foo
(
void
);
2
bar(void)
3
int
bar
(
void
) {
4
return
foo
();
5
}
6