C语言 相当于ubuntu的ENDIAN_BE16()函数



在Ubuntu中,下面的函数是什么?

http://www.qnx.com/developers/docs/6.4.1/neutrino/lib_ref/e/endian_be16.html

你需要的是:

#include <endian.h>
result_in_host_endianness = be16toh(my_big_endian_number)

见http://man7.org/linux/man-pages/man3/endian.3.html

相关内容

  • 没有找到相关文章

最新更新