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

sprintf_P is a macro defined to be sprintf_c which has the prototype above.

Portability

sprintf_P is an extension provided by CrossWorks for AVR.

See also

sprintf_c