shithub: 3dee

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