OpenGrok
Cross Reference: zoo.c
xref
: /
development
/
ndk
/
samples
/
module-exports
/
jni
/
zoo
/
zoo.c
Home
|
History
|
Annotate
|
Download
|
only in
zoo
1
#
include
"
bar.h
"
2
3
int
something
(
void
)
4
{
5
return
bar
(
42
);
6
}
7