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