/* Do not protect this file against multiple inclusions! */ #ifdef _Logiscope_CISO99_assert_h # undef assert #else # define _Logiscope_CISO99_assert_h #endif #ifndef NDEBUG # define assert(expr) ((void)((expr) ? 0 : 0)) #else # define assert(expr) ((void)0) #endif