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