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