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

vsscanf_P is a macro defined to be vsscanf_c which has the prototype above.

Portability

vsscanf_P is an extension provided by CrossWorks for AVR.

See also

vsscanf_c