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