Assert 249 src/utils/zutil.h # define Assert(cond,msg) {if(!(cond)) z_error(msg);} Assert 256 src/utils/zutil.h # define Assert(cond,msg)