Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
16c8ec8ec79a0039b31b0bb34798a2dbd4e3394c
/
.
/
Tests
/
RustOnly
/
libc.rs
blob: dd46cc51a3a949e0fa55c0b89819324ebdc25e94 [
file
]
#[
no_mangle
]
pub
extern
"C"
fn
libc_greet
()
{
println
!(
"Hello from libc"
);
}