lv_strcmp() function
This function will compare two strings without specified length.
Syntax
int lv_strcmp(const char * s1,
const char * s2);
Arguments
s1
pointer to the first string
s2
pointer to the second string
Return value
the difference between the value of the first unmatching character.