921e5a0eb4
From-SVN: r14840
7 lines
69 B
C
7 lines
69 B
C
foo (a, b, p)
|
|
int *p;
|
|
{
|
|
p[0] = 1230 - a;
|
|
p[1] = 1230 - b;
|
|
}
|