sc.c   [plain text]


foo (a, b)
     int a, b;
{
  return (a < 0) | (a <= 0) | (a == 0) | (a != 0) | (a >= 0) | (a > 0);
}