summaryrefslogtreecommitdiff
path: root/fns.h
blob: d89bef9536004199754f54cc0c648f0c8c3517fc (plain)
1
2
3
4
5
void *emalloc(ulong);
void *erealloc(void*, ulong);
Image *eallocimage(Display*, Rectangle, ulong, int, ulong);
Memimage *eallocmemimage(Rectangle, ulong);
void qb(Rectangle, Point, Point, Quaternion*, Quaternion*);