tag
line
file
source code
Assert
221
zBoot/gzip.h
# define Assert(cond,msg) {if(!(cond)) error(msg);}
Assert
228
zBoot/gzip.h
# define Assert(cond,msg)