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

scan_P is a macro defined to be scanf_c which has the prototype above.

Portability

scanf_P is an extension provided by CrossWorks for AVR.

See also

scanf_c