xref
: /
development
/
ndk
/
tests
/
prebuilt-library
/
jni
/
foo
/
foo.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
FOO_FOO_H
2
#
define
FOO_FOO_H
3
4
extern
int
foo
(
void
);
5
6
#
endif
/* FOO_FOO_H */
7