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