Define STRNCMP_EQUAL¶ Defined in File Shell.hpp Define Documentation¶ STRNCMP_EQUAL(expected, actual, length)¶[source] Fail if the first length characters of expected and actual differ. See also STRNCMP_EQUAL_TEXT Parameters: expected – Expected C string prefix. actual – Actual C string. length – Number of characters to compare.