foo (p, a, b)
     unsigned short *p;
{
  unsigned int x;

  x = p[0];

  return (x == 134U);
}


syntax highlighted by Code2HTML, v. 0.9.1