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
/
doc
/
interoperability
/
c-from-rust
/
foo
/
foo.c
blob: e419fa403bea3fac9759547eca80d8bffbb0ebf5 (
plain
)
1
2
3
4
5
6
7
#include <math.h> #include "foo/foo.h" int c_func(int x){ return sqrt(x*x); }