Search | Google it | Results 1 - 1 of 1 for fundef:assert from t2ex/t2ex_source/include/t2ex/assert.h (0.00 seconds) |
74: #ifdef NDEBUG 75: #define assert(ignore) ((void) 0) 76: #else 77: #define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) 78: #endif