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.
#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.