Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0e9cb667ef49cb61b7d8ccfc187e11ec00f00920
/
.
/
Tests
/
RustMix
/
libc.rs
blob: 52bd67d5a2baf7adcf8e06ca4457df9a28111c05 [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
extern
"C"
fn
libc_greet
()
{
println
!(
"Hello from Rust libc"
);
}