OpenGrok
Cross Reference: main.c
xref
: /
ndk
/
tests
/
build
/
thin-archives
/
jni
/
main.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
extern
int
bar
(
void
);
2
3
int
main
(
void
) {
4
return
(
bar
() ==
42
) ?
0
:
1
;
5
}
6