Searched defs:ck_assert_int_lt (Results 1 – 3 of 3) sorted by relevance
525 #define ck_assert_int_lt(X, Y) _ck_assert_int(X, <, Y) macro