Search | Google it | Results 1 - 4 of 4 for funcall:assert (0.01 seconds) |
53: #else 54: # define _assert(e) assert(e) 55: # if __ISO_C_VISIBLE >= 1999
208: #else /* DIAGNOSTIC */ 209: #define _DIAGASSERT(a) assert(a) 210: #define KASSERTMSG(e, msg) do { \
1021: { 1022: assert(rt_init_done == 0); 1023:
43: 44: #define KASSERT(x) assert(x) 45: #endif