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