[][src]Function avr_libc::strcpy_P

pub unsafe extern "C" fn strcpy_P(arg1: *mut i8, arg2: *const i8) -> *mut i8

\ingroup avr_pgmspace \fn char *strcpy_P(char *dest, const char *src)

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

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