This repository was archived by the owner on Apr 8, 2024. It is now read-only.
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Add unstable C variadic function argument #45
Open
Description
I haven't looked closely at this, but it looks like you can name the variadic argument now. I believe this was added in rust-lang/rust#57760.
unsafe extern "C" fn f(n: usize, mut args: ...) {}