950530-1.c   [plain text]


f (int *s, int *t)
{
  return (t - s) / 2;
}