Open d0p1s4m4 opened 3 years ago
macro:
if NDEBUG is defined the assert macro is defined simply as:
NDEBUG
#define assert(ignore) ((void)0)
c89 draft
macro:
if
NDEBUG
is defined the assert macro is defined simply as:c89 draft