921e5a0eb4
From-SVN: r14840
8 lines
67 B
C
8 lines
67 B
C
int
|
|
foo (a, p)
|
|
int *p;
|
|
{
|
|
p[0] = 85 * a;
|
|
p[1] = -86 * a;
|
|
}
|