xref
: /
ndk
/
tests
/
build
/
import-static
/
bar
/
bar.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
bar.h
"
2
bar(int x)
3
int
bar
(
int
x
)
4
{
5
return
x
+32
;
6
}
7