TEXT2C README

29 Jun 1995

text2c: how to convert a text file into an auto-extracting C source file
	The BadThing(TM)

features:
 - the output file is ~100 times the size of the input file
 - no line wrapping is made in the output file (may crash the compiler)

to extract text2c:

gcc -o x text2c-sfx.c
x > text2c.c
gcc -o text2c text2c.c
