[−][src]Function avr_libc::strcat_P
pub unsafe extern "C" fn strcat_P(arg1: *mut i8, arg2: *const i8) -> *mut i8
\ingroup avr_pgmspace \fn char *strcat_P(char *dest, const char *src)
The strcat_P() function is similar to strcat() except that the \e src string must be located in program space (flash).
\returns The strcat() function returns a pointer to the resulting string \e dest.