Package: LSC.Byteswap64

Dependencies

with LSC.Types;
 inherit
    LSC.Types,
    LSC.Ops64;

Description

Byte swapping for 64-bit words

Header

package LSC.Byteswap64 is
 

Other Items:

function Swap (Value : Types.Word64) return Types.Word64;
Byte-swap Value
end LSC.Byteswap64;