<< Previous | Next >>

xsetlong

void xsetlong( long dst, long val );

Description

Set the long integer pointed to by dst. This is the most efficient function for writing 4 bytes to xmem.

Parameters

dst
xmem (linear) address of the long integer value to set.

val
value to store into the above location.

Return value

None

Library

XMEM.LIB


Dynamic C Functions << Previous | Next >> rabbit.com