#include <pgmspace.h>int vscanf_P(const char *s, __code const char *format, ...);
vscanf_P is a macro defined to be vscanf_c which has the prototype above.
vscanf_P is an extension provided by CrossWorks for AVR.
vscanf_c