bc.c   [plain text]


foo (a, b)
{
  return a % (1 << b);
}