Function snprintf0

Source
pub fn snprintf0(dst: &mut [u8], fmt: PrintfFmt<()>) -> c_int
Available on crate feature example only.
Expand description

A safe wrapper around snprintf for 0 argument(s).