Sign in
ara-mdk
/
platform
/
ndk
/
08eb63949b15185d3dfc07bf42ba1e2d317ebf9a
/
.
/
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