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