byte-orders
基本解释
- 字节次序
英汉例句
- Show endian Display GDB's current idea of the target byte order.
显示当前目标字节序的配置。 - Converts a long value from host byte order to network byte order.
将长值由主机字节顺序转换为网络字节顺序。 - Converts a long value from network byte order to host byte order.
将长值由网络字节顺序转换为主机字节顺序。 - Converts a number from network byte order to host byte order.
将数字由网络字节顺序转换为主机字节顺序。 - Converts a short value from host byte order to network byte order.
将短值由主机字节顺序转换为网络字节顺序。