OpenGrok
Cross Reference: main.c
xref
: /
ndk
/
tests
/
build
/
ndk-out
/
jni
/
main.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
#
include
<
stdio.h
>
2
int
main
(
void
) {
3
printf
(
"Hello NDK_OUT!\n"
);
4
return
0
;
5
}