ref: f90ec866fe2d4b019c25bd013e538b770d09a5b2
dir: /fns.h/
void *emalloc(ulong); void *erealloc(void*, ulong); char *estrdup(char*); Image *eallocimage(Display*, Rectangle, ulong, int, ulong); Memimage *eallocmemimage(Rectangle, ulong); void qball(Rectangle, Point, Point, Quaternion*, Quaternion*);