cute-engineering / chadlibc

😎 C standard library
GNU Lesser General Public License v3.0
19 stars 3 forks source link

assert.h #4

Open d0p1s4m4 opened 3 years ago

d0p1s4m4 commented 3 years ago

macro:

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

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

c89 draft