ref: 7b76e7467822316b699847cbd61a0ecb985882d3 dir: /fns.h/
#define HZ2MS(hz) (1000/(hz)) /* * alloc */ void *emalloc(ulong); void *erealloc(void*, ulong); Image *eallocimage(Display*, Rectangle, ulong, int, ulong);