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