921202-2.c   [plain text]


f(x, c)
{
  for (;;)
    {
      if (x << c) break;
      x++;
    }
}