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