Searched defs:ck_assert_int_ge (Results 1 – 3 of 3) sorted by relevance
564 #define ck_assert_int_ge(X, Y) _ck_assert_int(X, >=, Y) macro