gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__assert2 (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/assert.h - 2.8KB - 68 lines
55: # if __ISO_C_VISIBLE >= 1999
56: #  define       assert(e)     ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
57: # else
t2ex_source/include/t2ex/assert.h - 2.5KB - 79 lines
76: #else
77: #define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
78: #endif