wm: glendy

ref: ee794d139ff0a24625e5a3be51cbe88f0357d5f9
dir: /util.h/

View raw version
int isnum(char *s, unsigned int n);
int parsemove(char *s);
char* dirtostr(int dir);
Point parseput(char *x, char *y);
int dprint(char *fmt, ...);
void* emalloc(unsigned long n);