shithub: view

ref: e2ed803428d06da80c4c9c70acaab5e754bca3fd
dir: /a.h/

View raw version
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*);