Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cpp-extensions
/
jni
/
foo6.CPP
blob: 004b298641d72b3a4329530b865f8821e38ab127 [
file
] [
log
] [
blame
]
namespace
cpp
{
extern
int
foo5
(
int
);
int
foo6
(
int
x
)
{
return
foo5
(
x
)
+
6
;
}
}
// namespace cpp