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