a.out.h

来自「glibc2.5版源代码」· C头文件 代码 · 共 8 行

H
8
字号
#ifndef __A_OUT_GNU_H__# error "Never use <bits/a.out.h> directly; include <a.out.h> instead."#endif/* Signal to users of this header that this architecture really doesn't   support a.out binary format.  */#define __NO_A_OUT_SUPPORT 1

⌨️ 快捷键说明

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