config-linux.h

来自「编译工具」· C头文件 代码 · 共 16 行

H
16
字号
#if defined(__x86__) || defined(__powerpc__) || defined(__s390__)#define SIZEOF_UNSIGNED_CHAR 1#define SIZEOF_INT 4#define HAVE_STDLIB_H 1#define HAVE_STRERROR 1#define HAVE_VPRINTF 1#define HAVE_ALLOCA 1#include <alloca.h>#else#error "You must set definitions for your architecture in config-linux.h"#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?