OpenGrok
Cross Reference: foo.c
xref
: /
ndk
/
tests
/
build
/
prebuilt-copy
/
prebuilts
/
jni
/
foo.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
int
foo
(
int
x) {
2
return
x -
18
;
3
}
4