Skip to main content

relibc/header/stdarg/
mod.rs

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