shithub: 3dee

ref: f629d32fa3ca1fec1e85f7e14edc3f942a1167fe
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*);