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