Sign in
ara-mdk
/
platform
/
ndk
/
9eb56a65fe1448b221b3e6eb09e22ee9cf5c302f
/
.
/
tests
/
device
/
whole-static-libs
/
jni
/
foo.c
blob: 2686fbcb2559cb635202e54ef179d8cc36070205 [
file
] [
log
] [
blame
]
/* This function is called from main() */
int
foo
(
int
x
)
{
return
x
+
42
;
}