ref: 0617f98c17987d70020991f9536d6794b0c12093
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*); Image* ipipeto(Image*, char*);