gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for fundef:assert (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/assert.h - 2.8KB - 68 lines
50: #ifdef NDEBUG
51: # define        assert(e)      ((void)0)
52: # define        _assert(e)     ((void)0)
More results from assert.h
bsd_source/t2ex/network/net/include/netbsd/assert.h - 4.2KB - 105 lines
50: # ifndef __lint__
51: #  define assert(e)     (__static_cast(void,0))
52: # else /* !__lint__ */
More results from assert.h
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
177: #ifdef NDEBUG                                           /* tradition! */
178: #define assert(e)       ((void)0)
179: #else
More results from libkern.h
t2ex_source/include/t2ex/assert.h - 2.5KB - 79 lines
74: #ifdef NDEBUG
75: #define assert(ignore) ((void) 0)
76: #else
More results from assert.h