r.c   [plain text]


r (a, b)
{
  if (a < b)
    return 1;
  else
    return 2;
}