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