Define STRNCMP_EQUAL

Define Documentation

STRNCMP_EQUAL(expected, actual, length)
[source]

Fail if the first length characters of expected and actual differ.

Parameters:
  • expected – Expected C string prefix.

  • actual – Actual C string.

  • length – Number of characters to compare.