lv_memcmp() function
This function will compare two memory blocks
Syntax
int lv_memcmp(const void * p1,
const void * p2,
size_t len);
Arguments
p1
Pointer to the first memory block
p2
Pointer to the second memory block
len
Number of bytes to compare
Return value
The difference between the value of the first unmatching byte.