Synopsis
#include <pgmspace.h>
int vprintf_P(__code const char *format, va_list arg);
Description

vprintf_P is a macro defined to be vprintf_c which has the prototype above.

Portability

vprintf_P is an extension provided by CrossWorks for AVR.

See also

vprintf_c