SL_MakeForeignLongBuffer


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

SYNOPSIS
SL_MakeForeignLongBuffer(buff, num, byteorder);
A0 D0 D1

void SL_MakeForeignLongBuffer(void *, 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. The buffer
does not need any special alignment restrictions (other than byte).

INPUTS
buff - a pointer to a buffer thatw will recieve the converted four bytes.
num - the natve format long to convert.
byteorder - one of BYTEORDER_INTEL or BYTEORDER_MOTOROLA.

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

 

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

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