LineDrawer by John M. Olsen. V1.0 July 5, 1987 John M. Olsen 1547 Jamestown Drive Salt Lake City, UT 84121-2051 Network addresses: u-jmolse@ug.utah.edu or ...!{seismo,ihnp4}!utah-cs!utah-ug!u-jmolse This is public domain software. Do whatever you want with it. Just don't complain to me when it breaks after a few hundred people have hacked on it. :^) This program takes a data file as a parameter and makes a line drawing based on the commands in the file. The instruction format is listed below. There should be two data files included. One is a Mercator projection of the USA, and the other is a really short demo of how to use the color changing and line patterning commands. Manx Instructions: cc LineDrawer.c ln LineDrawer.o -lc It should (no guarantees) work fine with Lettuce C since I used only longs, and have (hopefully) everything type cast correctly.