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