ref: 47820fc9d475fec74b9dd617241216d686b63316
dir: /a.h/
enum
{
NINE,
SVG,
JPEG,
GIF,
PNG,
BMP,
};
void* emalloc(ulong);
void* erealloc(void*, ulong);
Image* eallocimage(int, int, ulong, int, ulong);
uchar* readfile(char*, int*);
int writefile(char*, char*, int);
int fileformat(char*);