shithub: 3dee

ref: aeb153cdd6cb37dc1e9d61b22a92430a756ddeb5
dir: /fns.h/

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