Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
auxiliary
/
rustdoc-ffi.rs
blob: 98e2b55699aa14f52bd321588bcac1a1c2ca52b6 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
extern
"C"
{
//@ has lib/fn.foreigner.html //pre 'pub unsafe fn foreigner(cold_as_ice: u32)'
pub
fn
foreigner
(
cold_as_ice
:
u32
);
}