chadlibc icon indicating copy to clipboard operation
chadlibc copied to clipboard

assert.h

Open d0p1s4m4 opened this issue 3 years ago • 0 comments

macro:

  • [ ] assert(expr)

if NDEBUG is defined the assert macro is defined simply as:

#define assert(ignore) ((void)0)

c89 draft

d0p1s4m4 avatar Jul 15 '21 09:07 d0p1s4m4