Sign in
ara-mdk
/
platform
/
ndk
/
59b9a98843e5053a8127c823c5a70a4940c0953c
/
.
/
tests
/
build
/
cpp-extensions
/
jni
/
foo2.cp
blob: d086774a9230e59987f84a94391269f45591180b [
file
] [
log
] [
blame
]
namespace
cpp
{
extern
int
foo1
(
int
);
int
foo2
(
int
x
)
{
return
foo1
(
x
)
+
2
;
}
}
// namespace cpp