<< Previous | Next >> | |
|
void xsetfloat( long dst, float val );
Description
- Set the float pointed to by
dst
. This is the most efficient function for writing 4 bytes to xmem.Parameters
- dst
- xmem (linear) address of the float value to set.
- val
- value to store into the above location.
Return value
- None
Library
- XMEM.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |