subcse.c   [plain text]


foo (a, b, p)
     int *p;
{
  p[0] = 1230 - a;
  p[1] = 1230 - b;
}