index
:
~aehlig/just-buildsystem/rules-rust.git
master
Rust rules for the just build system
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
c-from-rust
/
clib
/
foo.c
blob: 5306a9ca748184edff8109f74d9acbf4a75e97e6 (
plain
)
1
2
3
4
5
#include "bar/bar.h" int c_func(int x){ return bar(x*x); }