z_error 248 src/utils/zutil.h extern void z_error OF((char *m)); z_error 249 src/utils/zutil.h # define Assert(cond,msg) {if(!(cond)) z_error(msg);}