OpenGrok
Cross Reference: foo.c
xref
: /
ndk
/
tests
/
build
/
warn-no-ldlibs-in-static-libraries
/
jni
/
foo.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
int
foo
(
void
) {
2
return
42
;
3
}
4