g ();

f ()
{
  long ldata[2];
  int seed;

  seed = (ldata[0]) + (ldata[1] << 16);
  g (seed);
}


syntax highlighted by Code2HTML, v. 0.9.1