a.out.h
来自「glibc 库, 不仅可以学习使用库函数,还可以学习函数的具体实现,是提高功力的」· C头文件 代码 · 共 14 行
H
14 行
#ifndef __A_OUT_GNU_H__# error "Never use <bits/a.out.h> directly; include <a.out.h> instead."#endif#include <bits/wordsize.h>#if __WORDSIZE == 64/* Signal to users of this header that this architecture really doesn't support a.out binary format. */#define __NO_A_OUT_SUPPORT 1#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?