ref: d209801c8cf1e45950557b9fcff09a826f6c6030
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*);