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