blob: 0a10991f18aa59bb943d99b03cb1a41fd65f083d [file] [log] [blame]
foo (a, b, p)
int *p;
{
p[0] = 1230 - a;
p[1] = 1230 - b;
}