Sign in
ara-mdk
/
platform
/
development
/
9c6fb05ed859cd9939504edc8fa40a0c2ea91516
/
.
/
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
;
}