#include <pgmspace.h>int snprintf_P(char *s, size_t n, __code const char *format, ...);
snprintf_P is a macro defined to be snprintf_c which has the prototype above.
snprintf_P is an extension provided by CrossWorks for AVR.
snprintf_c