Sign in
rust
/
rust
/
4530e26f4eec47b92061d9ab3fca18ed8db97e63
/
.
/
tests
/
rustdoc-html
/
variadic.rs
blob: 8bf40464eff6df973c9468038a6a488796f7e252 [
file
] [
log
] [
blame
]
extern
"C"
{
//@ has variadic/fn.foo.html //pre 'pub unsafe extern "C" fn foo(x: i32, ...)'
pub
fn
foo
(
x
:
i32
,
...);
}