xref
: /
aosp_15_r20
/
external
/
rust
/
android-crates-io
/
crates
/
clang-sys
/
tests
/
header.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
HEADER_H_
2
#
define
HEADER_H_
3
4
int
add
(
int
a
,
int
b
);
5
6
#
endif
7