wm: glendy

ref: 8d09c9f0792ba1a5537a5fcae547d7c4fe58bef3
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);