printf6

Function printf6 

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

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