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