extern double log (double) __attribute__ ((const));

f (double x)
{
  for (;;)
    exp(log(x));
}


syntax highlighted by Code2HTML, v. 0.9.1