Skip to main content

relibc/header/bits_valist/
mod.rs

1//! `va_list` implementation for `stdarg.h`.
2//!
3//! See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdarg.h.html>.
4//!
5//! Implemented via typedef forwarding to the C built-in in cbindgen.