[−][src]Function avr_libc::vsnprintf_P
pub unsafe extern "C" fn vsnprintf_P(
__s: *mut i8,
__n: size_t,
__fmt: *const i8,
ap: va_list
) -> i16
Variant of \c vsnprintf() that uses a \c fmt string that resides in program memory.
pub unsafe extern "C" fn vsnprintf_P(
__s: *mut i8,
__n: size_t,
__fmt: *const i8,
ap: va_list
) -> i16
Variant of \c vsnprintf() that uses a \c fmt string that resides in program memory.