Compares two null-terminated @code{char *} string values, using the
@code{strcmp()} function internally, and displays predefined message
-with condition and input parameter values on failure. The comparison
+with condition and input parameter values on failure. The comparison
operator is again indicated by last two letters of the function name.
@code{ck_assert_str_lt(a, b)} will pass if the unsigned numerical value
of the character string @code{a} is less than that of @code{b}.
+If a NULL pointer would be passed to any comparison macro than check would fail.
@item ck_assert_ptr_eq
@itemx ck_assert_ptr_ne