On Thursday 17 November 2011 14:47:54 DJ Delorie wrote: > + for (i=0; i<32; i++) seems many of the for loops in here need to have spaces added around their operators. for (i = 0; i < 32; i++) otherwise, didn't really see anything else from scanning through. other than my overall comment that it'd be nice if this used common/ instead of doing everything itself ;). -mike