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