xref
: /
ndk
/
tests
/
build
/
cpp-extensions
/
jni
/
foo1.cc
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
cpp
{
2
foo1(int x)
3
extern
int
foo1
(
int
x
) {
4
return
x
+
1
;
5
}
6
7
}