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