Define MEMCMP_EQUAL¶ Defined in File Shell.hpp Define Documentation¶ MEMCMP_EQUAL(expected, actual, size)¶[source] Fail if size bytes starting at expected and actual differ. See also MEMCMP_EQUAL_TEXT Parameters: expected – Pointer to the expected memory region. actual – Pointer to the actual memory region. size – Number of bytes to compare.