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.

See also

printf_c