C++
inline void acByteSwap( wchar_t & wch );
File
AcCFileWrappers.h
Description
This utility function swaps the high order and low order bytes of a wide charater.
Parameters
Parameters | Description |
---|---|
wch | Input/Output character to swap low and high bytes |