[][src]Function avr_libc::snprintf_P

pub unsafe extern "C" fn snprintf_P(
    __s: *mut i8,
    __n: size_t,
    __fmt: *const i8,
     ...
) -> i16

Variant of \c snprintf() that uses a \c fmt string that resides in program memory.