Function mutiny_check¶
Defined in File test.h
Function Documentation¶
-
void mutiny_check(int condition, const char *condition_string, const char *text, const char *file_name, int_least32_t line_number)¶
C implementation of CHECK / CHECK_TEXT.
- Parameters:
condition – Condition (non-zero = true).
condition_string – Stringified condition.
text – Message.
file_name – File.
line_number – Line.