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