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