xref
: /
ndk
/
tests
/
build
/
multi-module-path
/
path2
/
bar
/
bar.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
BAR_H
2
#
define
BAR_H
3
4
extern
int
bar
(
void
);
5
6
#
endif
/* BAR_H */
7