icon2xpm - utility to create X pixmaps from Windows 3.x icons

This code is public domain - no warranty!

compiling:
	Linux> cc -O2 -o icon2xpm icon2xpm.c

usage:
	Linux> icon2bmp file[.ico] ...

	reads one or more windows 3.x icon files and writes XPM files with the
	same names, extension replaced by .xpm.

bugs:	I don't know the exact format of an icon file, so I skip the header
	and assume it's 32x32 in 16 colors. (But it works :-)
	The code is absolutely quick & dirty and does in no way meet my
	normal standards.

author:
	Hans-Joachim Baader
	Ifflandstr. 13
	67071 Ludwigshafen

	EVIL@HITECH (+49 621 529 6997/8/9)

