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