Function printf_wrap::example::printf1
source · [−]pub fn printf1<A>(fmt: PrintfFmt<(A,)>, a: A) -> c_intwhere
A: PrintfArgument,Available on crate feature
example only.Expand description
A safe wrapper around printf for 1 argument(s).