Define MEMCMP_EQUAL

Define Documentation

MEMCMP_EQUAL(expected, actual, size)
[source]

Fail if size bytes starting at expected and actual differ.

Parameters:
  • expected – Pointer to the expected memory region.

  • actual – Pointer to the actual memory region.

  • size – Number of bytes to compare.