wm: glendy

ref: 0db5f7d72bd77fd1b76d59668ec8b51a09477012
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);