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