shithub: 3dee

ref: af89f884a13a8ee2cc7d9d09cc88a3fbb145f177
dir: /fns.h/

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