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