OpenGrok
Cross Reference: bar.c
xref
: /
development
/
ndk
/
samples
/
module-exports
/
jni
/
bar
/
bar.c
Home
|
History
|
Annotate
|
Download
|
only in
bar
1
#
include
"
bar.h
"
2
3
int
bar
(
int
x)
4
{
5
return
foo
(x)-
1
;
6
}
7