Sign in
ara-mdk
/
platform
/
ndk
/
f616538a7f20e82157587efa026cedc3b9944542
/
.
/
tests
/
build
/
import-static
/
jni
/
main.c
blob: 00ad57bfeda448cc8d6e01e5e7c28cef9b3cbe89 [
file
] [
log
] [
blame
]
#include
"foo.h"
int
goop
(
int
x
)
{
return
foo
(
x
-
5
)*
7
;
}