char * strcat_P

char * strcat_P(char *, const char *)

The strcat_P() function is similar to strcat() except that the src string must be located in program space (flash).

Remember:

The strcat() function returns a pointer to the resulting string dest.