1 g (); 2 f()3 f () 4 { 5 long ldata[2]; 6 int seed; 7 8 seed = (ldata[0]) + (ldata[1] << 16); 9 g (seed); 10 } 11