Synopsis
#include <pgmspace.h>
int strncmp_P(const char *s1, __code const char *s2, size_t n);
Description
strncmp_P is a macro defined to be strncmp_c which has the prototype above.
Portability
strncmp_P is an extension provided by CrossWorks for AVR.