pub fn printf1<A>(fmt: PrintfFmt<(A,)>, a: A) -> c_int where
    A: PrintfArgument
Available on crate feature example only.
Expand description

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