OpenGrok
Cross Reference: path1.h
xref
: /
ndk
/
tests
/
build
/
import-install
/
path1
/
path1.h
Home
|
History
|
Annotate
|
Download
|
only in
path1
1
#
ifndef
PATH1_H
2
#
define
PATH1_H
3
extern
int
path1
(
int
x);
4
#
endif
5