xm-sol2.h

来自「GUN开源阻止下的编译器GCC」· C头文件 代码 · 共 13 行

H
13
字号
#include "sparc/xm-sysv4.h"/* If not compiled with GNU C, include the system's <alloca.h> header.  */#ifndef __GNUC__#include <alloca.h>#endif/* We have _sys_siglist, but the declaration in <signal.h> conflicts with   the declarations in collect2.c and mips-tfile.c, so disable the declarations   in those files.  */#define DONT_DECLARE_SYS_SIGLIST

⌨️ 快捷键说明

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