char * strcpy_PF

char * strcpy_PF(char *dest, uint_farptr_t src)

The strcpy_PF() function is similar to strcpy() except that src is a far pointer to a string in program space.

Remember:

The strcpy_PF() function returns a pointer to the destination string dst. The contents of RAMPZ SFR are undefined when the funcion returns.