swapchars
Syntax
native swapchars(c);
Usage
| Parameter | Description |
|---|---|
| c | Value to swap |
Description
Swaps the bytes of a value (the lowest byte becomes the highest byte).
Return
Byte-swapped value
native swapchars(c);
| Parameter | Description |
|---|---|
| c | Value to swap |
Swaps the bytes of a value (the lowest byte becomes the highest byte).
Byte-swapped value