文件名称:endian.h:C的可移植字节序转换功能
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-07 09:43:09
C++
字节序 这在Windows,Linux,* BSD和Mac OS X上提供了endian.h的endian转换功能。gcc仍需要使用-std=gnu99而不是-std=c99 。 这些函数实际上可能是宏。 功能:htobe16,htole16,be16toh,le16toh,htobe32,htole32,be32toh,le32toh,htobe64,htole64,be64toh,le64toh。 该实现由MathiasPanzenböck编写,并在本发布。 安装 使用[clib(1)]安装: clib install mikepb/endian.h 用法 # include < stdint> # include " endian.h " uint32_t endian32 ( const uint32_t i) { return be32toh (i); } 执照
【文件预览】:
endian.h-master
----package.json(217B)
----endian.h(3KB)
----.gitignore(246B)
----README.md(740B)