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