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