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