OpenGrok
Cross Reference: foo.c
xref
: /
ndk
/
tests
/
build
/
absolute-src-file-paths
/
src
/
foo.c
Home
|
History
|
Annotate
|
Download
|
only in
src
1
int
foo
(
int
x) {
2
return
x +
42
;
3
}
4