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