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