Searched defs:ctf_assert (Results 1 – 2 of 2) sorted by relevance
90 #define ctf_assert(fp, expr) (assert (expr), 1) macro