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

sscan_P is a macro defined to be sscanf_c which has the prototype above.

Portability

sscanf_P is an extension provided by CrossWorks for AVR.

See also

sscanf_c