ref: 5739cbecbd0bf4ebea193220ce403c03cdedf300
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 fileformat(char*);