blob: d55bd01b70db1f03b79d57224fec441df0a4b812 [file] [log] [blame]
foo (a, b, p)
int *p;
{
p[1] = a & 0xfff0000;
p[2] = b & 0xfff0000;
}