endian.h
来自「它通过提供glibc兼容使得应用程序移植到较小的c 库时相当得容易. 它能够应用」· C头文件 代码 · 共 16 行
H
16 行
/* This file should define __BYTE_ORDER as appropriate for the machine in question. See string/endian.h for how to define it. If only the stub bits/endian.h applies to a particular configuration, bytesex.h is generated by running a program on the host machine. So if cross-compiling to a machine with a different byte order, the bits/endian.h file for that machine must exist. */#ifndef _ENDIAN_H# error "Never use <bits/endian.h> directly; include <endian.h> instead."#endif#define __BYTE_ORDER __LITTLE_ENDIAN
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?