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
/
bar.c
blob: 5ad792c461c706292b12eef6510196ca92bb241c (
plain
)
1
2
3
4
5
#include <math.h> int bar(int x){ return sqrt(x); }