xor.c   [plain text]


foo (a, b)
{
  return ~(a ^ ~123);
}