Skip to content

v0.12.0 - Variadics support

Compare
Choose a tag to compare
@rinon rinon released this 23 Aug 00:42
· 3653 commits to master since this release

This release improves support for translating variadic functions. C2Rust now supports translation of va_start, va_end, and va_copy into equivalent Rust APIs.