SL_MakeForeignLong


NAME
SL_MakeForeignLong -- converts a native LONG to the specified byte order.

SYNOPSIS
flong = SL_MakeForeignLong(nlong, byteorder);
D0 D0 D1

LONG SL_MakeForeignLong(LONG, UWORD);

FUNCTION
Turns a native format long into a foreign format long. The format of
the foreign long is specified by the byteorder argument.

INPUTS
nlong - the native format long to convert.
byteorder - one of BYTEORDER_INTEL or BYTEORDER_MOTOROLA.

RESULTS
flong - the foreign format long.

SEE ALSO
SL_MakeNativeLong, SL_MakeNativeLongBuffer, SL_MakeNativeWord, SL_MakeNativeWordBuffer, SL_MakeForeignWord, SL_MakeForeignWordBuffer, SL_MakeForeignLong, SL_MakeForeignLongBuffer.

 

SL_MakeForeignLong  Command Section By Type  url:SL_MakeForeignLong
  created:2008-03-01 23:36:34   last updated:2008-03-01 23:36:34
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_MakeForeignLong
There are no user contributed comments for this page.