pub fn printf3<A, B, C>(fmt: PrintfFmt<(A, B, C)>, a: A, b: B, c: C) -> c_intwhere
    A: PrintfArgument,
    B: PrintfArgument,
    C: PrintfArgument,
Available on crate feature example only.
Expand description

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