Sign in
ara-mdk
/
platform
/
ndk
/
4c38a7c6f4c3228c0a36fa4cd4763c9a39f110cd
/
.
/
tests
/
build
/
cpp-extensions
/
jni
/
foo3.cxx
blob: 87aa7374d053befdc06f85e682e6cb2c360df958 [
file
] [
log
] [
blame
]
namespace
cpp
{
extern
int
foo2
(
int
);
int
foo3
(
int
x
)
{
return
foo2
(
x
)
+
3
;
}
}
// namespace cpp