LATTICE_C_4.0
01-Feb-88 12:07:13
Sb: #106551-LATTICE_C_4.0
Fm: Richard Rae/SYSOP 76703,4253
To: Ben Blish 72667,1341
Some compilers won't complain about the lack of void on main; Manx, for
example, doesn't gripe about it (though I fail to understand why).
I have also heard that some compilers get really upset with the structure
a=b=n in a declaration. Dunno which ones, though. That shouldn't affect
this code however; I'm talking about "int a=b=c=0;", not "a=b=c=0;".