ref: 6e1dd9fca0d7118af610a67a87cc5ffbcb49d90d dir: /src/util.h/
extern int DEBUG; #define D(force, code) \ if((DEBUG) || (force)) do{code}while(0); void dprint(int force, char *fmt, ...); void* emalloc(ulong sz); char* estrdup(char *s);