Code:
while(1)
{
 temp++;
 if (temp > 23)
 {
  temp = 42;
 }
 wait (1);
}
i would prefer if this counted as 3 lines and if it really were a 100 semicolon contest because after having a look at pong.c i fear it would be very hard to do anything fancy if this counts as 5. :p

can all files of the lite-c include directory be used? or only acknex.h?