Synopsis
#include <pgmspace.h>
int snprintf_P(char *s, size_t n, __code const char *format, ...);
Description

snprintf_P is a macro defined to be snprintf_c which has the prototype above.

Portability

snprintf_P is an extension provided by CrossWorks for AVR.

See also

snprintf_c