shithub: 3dee

ref: 470b40da76046fdd1ea0de2c0f020aac99d9a9d4
dir: /fns.h/

View raw version
void *emalloc(ulong);
void *erealloc(void*, ulong);
Image *eallocimage(Display*, Rectangle, ulong, int, ulong);
Memimage *eallocmemimage(Rectangle, ulong);
void qball(Rectangle, Point, Point, Quaternion*, Quaternion*);