Embedded TCP/IP stack
4.7.0
|
fnet_int32_t fnet_memcmp | ( | const void * | src1, |
const void * | src2, | ||
fnet_size_t | count | ||
) |
Compares memory areas.
src1 | Pointer to the memory buffer to compare. |
src2 | Pointer to the memory buffer to compare. |
count | Number of bytes to compare. |
This function compares the first n
bytes of the memory buffer pointed by src1
to the first count
bytes pointed by src2
, returning zero if they all match, difference between the first differing bytes.