xref
: /
development
/
ndk
/
samples
/
module-exports
/
jni
/
bar
/
bar.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
bar.h
"
2
#
include
"
foo.h
"
3
bar(int x)
4
int
bar
(
int
x
)
5
{
6
return
foo
(
x
)
-1
;
7
}
8