2.3.34 char * strcat_PF
char * strcat_PF(char *dest, uint_farptr_t src)
The strcat_PF() function is similar to strcat() except that the src string must be located in program space (flash) and is addressed using a far pointer
Remember:
The strcat_PF() function returns a pointer to the resulting string dst. The contents of RAMPZ SFR are undefined when the function returns