Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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を参照してください