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