index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
55 dedup compiler libs
/
libb
/
libb.h
blob: 2e4ddd0c750763036b1b5f1c8e191bef3408071b (
plain
)
1
2
3
4
5
6
#ifndef _LIBB_H_
#define _LIBB_H_
void
libb_mul
(
int
x
);
#endif