printf5

Function printf5 

Source
pub fn printf5<A, B, C, D, E>(
    fmt: PrintfFmt<(A, B, C, D, E)>,
    a: A,
    b: B,
    c: C,
    d: D,
    e: E,
) -> c_int
Available on crate feature example only.
Expand description

A safe wrapper around printf for 5 argument(s).