shithub: 3dee

ref: 1aacac5b602d1f09b9b8ae74ca02a8060b75c406
dir: /fns.h/

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