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