Sign in
ara-mdk
/
platform
/
development
/
8abfd5c1b23bc6d941b38c2bff7285f9bb7a10bc
/
.
/
ndk
/
samples
/
module-exports
/
jni
/
bar
/
bar.c
blob: 71b21d21d29e4ef9a4264b1a8a01a5bd8dc228d6 [
file
] [
log
] [
blame
]
#include
"bar.h"
int
bar
(
int
x
)
{
return
foo
(
x
)-
1
;
}