shithub: 3dee

ref: 4aca8f7a843e66454ba1f62e63bd91d7da6b315c
dir: /fns.h/

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