bytesex.h
来自「一个C源代码分析器」· C头文件 代码 · 共 10 行
H
10 行
/* 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 bytesex.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 bytesex.h file for that machine must exist. */#error Machine byte order unknown.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?