[net.sources.d] dragon generator

grwalter@watmath.UUCP (Fred Walter) (07/24/86)

ZZZZZZZZZZZZZZZZZZZZZZAAAAAAAAAAAAAAAAAAAAAAAPPPPPPPPPPPPPPPPPPPPPPPPPPP

some imagen drivers need an EOF indicater in order to print the fractal
dragon. thus if your imagen refused to print the dragon you generated 
try adding 

	(void)putchar(219);
	(void)putchar(255);

right before the 
	(void)exit(0);

at the end of the program. this should solve your problem. 

			fred