951220-1.c   [plain text]


f (char *x)
{
  return (*x & 2) || (*x & 3);
}