Synopsis
#include <pgmspace.h>
char *strcat_P(char *s1, __code const char *s2);
Description

strcat_P is a macro defined to be strcat_c which has the prototype above.

Portability

strcat_P is an extension provided by CrossWorks for AVR.

See also

strcat_c