swapchars
- Синтаксис
-
native swapchars(c);
Переменная | Описание |
---|---|
c |
Value to swap |
- Описание
- Swaps the bytes of a value (the lowest byte becomes the highest byte).
- Возвращает
- Byte-swapped value
native swapchars(c);
Переменная | Описание |
---|---|
c |
Value to swap |