OpenGrok
Cross Reference: foo.c
xref
: /
ndk
/
tests
/
device
/
whole-static-libs
/
jni
/
foo.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
/* This function is called from main() */
2
int
foo
(
int
x)
3
{
4
return
x +
42
;
5
}
6