Sign in
ara-mdk
/
platform
/
ndk
/
1defa613d62afab7bc57ad7a76c1ed2c01b008e9
/
.
/
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
;
}