pub fn printf4<A, B, C, D>(
fmt: PrintfFmt<(A, B, C, D)>,
a: A,
b: B,
c: C,
d: D,
) -> c_intAvailable on crate feature
example only.Expand description
A safe wrapper around printf for 4 argument(s).
pub fn printf4<A, B, C, D>(
fmt: PrintfFmt<(A, B, C, D)>,
a: A,
b: B,
c: C,
d: D,
) -> c_intexample only.A safe wrapper around printf for 4 argument(s).