等效于 Ubuntu 的 ENDIAN_BE16() 函数

Equivalent of ENDIAN_BE16() function for Ubunu

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