xref
: /
ndk
/
tests
/
build
/
thin-archives
/
jni
/
foo.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(void)
1
int
foo
(
void
) {
2
return
42
;
3
}
4