lv_strlen() function
Computes the length of the string str up to, but not including the terminating null character.
Syntax
size_t lv_strlen(const char * str); Arguments
str
Pointer to the null-terminated byte string to be examined.
Return value
The length of the string in bytes.