OpenGrok
Cross Reference: foo.c
xref
: /
ndk
/
tests
/
build
/
topological-sort
/
jni
/
foo.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
#
include
"
foo.h
"
2
3
int
foo
(
int
x) {
4
return
x +
42
;
5
}
6