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