Digi XBee(R) ANSI C Host Library
|
Used in endian conversions for values larger than 32 bits. More...
#include "xbee/byteorder.h"
Functions | |
void | _swapcpy (void FAR *dst, const void FAR *src, uint_fast8_t count) |
Function similar to memcpy() but reverses byte order during copy. Copy count from src to dst while reversing the order. Assumes that src and dst do not overlap. More... | |
Used in endian conversions for values larger than 32 bits.