Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc
/
auxiliary
/
rustdoc-ffi.rs
blob: b74d190b526623fbaed9b36b4e9dc442f57f324a [
file
] [
log
] [
blame
]
#![
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
);
}