ref: fcc5547939c0d27e905c629fd97683640e869aba dir: /util.h/
int isnum(char *s, unsigned int n); int strtodir(char *s); char* dirtostr(int dir); Point parseput(char *x, char *y); int dprint(char *fmt, ...); void* emalloc(unsigned long n);