shithub: battleship

ref: 6226ca4a218bac64a5bed634edc1220080c26a1a
dir: /fns.h/

View raw version
#define HZ2MS(hz)	(1000/(hz))

/*
 * alloc
 */
void *emalloc(ulong);
void *erealloc(void*, ulong);
Image *eallocimage(Display*, Rectangle, ulong, int, ulong);