int foo (int a, int b, int c, int d)
{
  return ~a & ~b & ~c & ~d;
}


syntax highlighted by Code2HTML, v. 0.9.1