Search | Google it | Results 1 - 3 of 3 for fundef:_DIAGASSERT (0.01 seconds) |
54: #ifndef _DIAGASSERT 55: #define _DIAGASSERT(x) 56: #endif
69: # if !defined(__lint__) 70: # define _DIAGASSERT(e) (__static_cast(void,0)) 71: # else /* !__lint__ */
199: #ifndef DIAGNOSTIC 200: #define _DIAGASSERT(a) (void)0 201: #ifdef lint