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