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