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

vscanf_P is a macro defined to be vscanf_c which has the prototype above.

Portability

vscanf_P is an extension provided by CrossWorks for AVR.

See also

vscanf_c