scond.c   [plain text]


scond (a, b, c, d)
{
  return (a > b) & (c < d);
}