shithub: 3dee

ref: 231a3c4ea98d9448b96ab12aa3b34be30ecad0f2
dir: /fns.h/

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