lv_strcpy() function
Copies the string pointed to by src, including the terminating null character, to the character array pointed to by dst.
Syntax
char * lv_strcpy(char * dst,
const char * src);
Arguments
dst
Pointer to the destination array where the content is to be copied.
src
Pointer to the source of data to be copied.
Return value
A pointer to the destination array, which is dst.
lv_strcpy() is called by 8 functions:
![]()
lv_strcpy()
lv_strcpy():
![]()
lv_strcpy()