Extracts the 32 LSBs of a 64-bit integer or fractional value. Returns a 32-bit value.
Word32 __LL_extract_l(Word64 llsrc)
long long s = 0x1234123443214321; long result; result = LL_extract_h (s); // Expected value of result: 0x43214321