Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
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