blob: 465e741592a210e82f4ed90c722623bd10ba2bd9 [file] [log] [blame]
foo (a, b, p)
short *p;
{
p[0] = a;
p[1] = b;
}