OpenGrok
Cross Reference: foo1.cc
xref
: /
ndk
/
tests
/
build
/
cpp-extensions
/
jni
/
foo1.cc
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
namespace
cpp
{
2
3
extern
int
foo1
(
int
x) {
4
return
x +
1
;
5
}
6
7
}