Sign in
qemu
/
meson
/
refs/heads/nirbheek/un-disable-rust-vs2017
/
.
/
test cases
/
unit
/
56 dedup compiler libs
/
liba
/
liba.h
blob: a980cdc6b18c230a3c9b7225ba12fb9a6c096813 [
file
] [
log
] [
blame
]
#ifndef
LIBA_H_
#define
LIBA_H_
void
liba_add
(
int
x
);
void
liba_sub
(
int
x
);
int
liba_get
(
void
);
#endif