shithub: 3dee

ref: 6ccf9152563ff738acfb3b8b388dd9936e960ad7
dir: /fns.h/

View raw version
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*);