void foo(void)
{
  char c;

  for (c = -75; c <= 75; c++)
    ;
}


syntax highlighted by Code2HTML, v. 0.9.1