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