wm: glendy

ref: bf5ca68452c07ef9c95997907379e9eef1452653
dir: /util.h/

View raw version
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);