/* tournd.c Accepts as input a TOUR outline file which has been processed by ROFFTOUR. Produces as output a file which has had the leading index numbers removed. turns 1. xxxxxxxxxxx into 1. xxxxxxxxxxx 1.1 xxxxxxxxxx 1 xxxxxxxxxx 2. xxxxxxxxxxx 2. xxxxxxxxxxx 2.1 xxxxxxxxxx 1 xxxxxxxxxx 2.1.1 xxxxxxxx 1 xxxxxxxx 2.1.2 xxxxxxxx 2 xxxxxxxx Syntax: tournd file.nam Produces: file.ind If blank_line is TRUE, blank lines will appear in the output file. Richard Webb 74005,1265 */ The .com file 'blank line' toggle is at 08EF. 08EF = 01 -> pass blank lines to output file 08EF = 00 -> omit blank lines in output file