shithub: 3dee

ref: 80f3da5897e610dce9238d5b899a2b87e335e9da
dir: /fns.h/

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