OpenGrok
Cross Reference: foo-user.c
xref
: /
development
/
ndk
/
tests
/
prebuilt-library
/
jni
/
foo-user.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
#
include
"
foo.h
"
2
3
int
main
(
void
)
4
{
5
return
foo
();
6
}
7