OpenGrok
Cross Reference: main.c
xref
: /
ndk
/
tests
/
build
/
import-install
/
jni
/
main.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
#
include
"
path1.h
"
2
3
int
foo
(
int
x)
4
{
5
return
path1
(x) -
16
;
6
}
7
8