OpenGrok
Cross Reference: foo.h
xref
: /
ndk
/
tests
/
build
/
multi-module-path
/
path1
/
foo
/
foo.h
Home
|
History
|
Annotate
|
Download
|
only in
foo
1
#
ifndef
FOO_H
2
#
define
FOO_H
3
4
extern
int
foo
(
void
);
5
6
#
endif
/* FOO_H */
7