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

vsprintf_P is a macro defined to be vsprintf_c which has the prototype above.

Portability

vsprintf_P is an extension provided by CrossWorks for AVR.

See also

vsprintf_c