931013-1.c   [plain text]


g ();

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

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