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