OpenGrok
Cross Reference: bar.c
xref
: /
ndk
/
tests
/
build
/
import-static
/
bar
/
bar.c
Home
|
History
|
Annotate
|
Download
|
only in
bar
1
#
include
"
bar.h
"
2
3
int
bar
(
int
x)
4
{
5
return
x+
32
;
6
}
7