ref: 78b8f189016b29c2b1c1bf8b831dccfb95cecc3c 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);