OpenGrok
Cross Reference: main.c
xref
: /
ndk
/
tests
/
build
/
absolute-src-file-paths
/
src
/
main.c
Home
|
History
|
Annotate
|
Download
|
only in
src
1
extern
int
foo
(
int
);
2
3
int
main
(
void
) {
4
return
foo
(
18
);
5
}
6