Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RustOnly
/
c.rs
blob: 6de15d74cd3b55d9e835552f47d5b52393051ceb [
file
] [
log
] [
blame
] [
edit
]
// We can expose a Rust API, as this is compiled into a rlib.
pub
fn
libc_greet
()
{
println
!(
"Hello from libc"
);
}