Write a function to convert a word from the "big-endian" format to the "little-endian" format. (15 points)
void convertToLittleEndian(unsigned int *data)
...全文
11935打赏收藏
大小端转换函数怎么写啊
Write a function to convert a word from the "big-endian" format to the "little-endian" format. (15 points) void convertToLittleEndian(unsigned int *data)