gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:assert from t2ex/t2ex_source/include/t2ex/assert.h (0.00 seconds)
t2ex
t2ex_source/include/t2ex/assert.h - 2.5KB - 79 lines
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