Search | Google it | Results 1 - 2 of 2 for funcall:__assert2 (0.00 seconds) |
55: # if __ISO_C_VISIBLE >= 1999 56: # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) 57: # else
76: #else 77: #define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) 78: #endif