900216-1.c   [plain text]


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

  x = p[0];

  return (x == 134U);
}