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