xref
: /
ndk
/
tests
/
build
/
absolute-src-file-paths
/
src
/
main.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
foo
(
int
);
2
main(void)
3
int
main
(
void
) {
4
return
foo
(
18
);
5
}
6