char * strcpy_P

char * strcpy_P(char *, const char *)

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

Remember:

The strcpy_P() function returns a pointer to the destination string dest.