Search | Google it | Results 1 - 1 of 1 for fundef:assert from t2ex/bsd_source/t2ex/network/net/include/netbsd/assert.h (0.00 seconds) |
50: # ifndef __lint__ 51: # define assert(e) (__static_cast(void,0)) 52: # else /* !__lint__ */ 53: # define assert(e) 54: # endif /* __lint__ */ 56: # if __STDC__ 57: # define assert(e) \ 58: ((e) ? __static_cast(void,0) : __assert13(__FILE__, __LINE__, \ 60: # else /* PCC */ 61: # define assert(e) \ 62: ((e) ? __static_cast(void,0) : __assert13(__FILE__, __LINE__, \