<< Previous | Next >>

xsetint

void xsetint( long dst, int val );

Description

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

Parameters

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

val
value to store into the above location.

Return value

None

Library

XMEM.LIB


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