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