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

vsnprintf_P is a macro defined to be vsnprintf_c which has the prototype above.

Portability

vsnprintf_P is an extension provided by CrossWorks for AVR.

See also

vsnprintf_c