wm: glendy

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