xm-sol2.h

来自「这是一个linux 嵌入式系统中很重要的GCC编译器程序」· C头文件 代码 · 共 5 行

H
5
字号
/* If not compiled with GNU C, include the system's <alloca.h> header.  */#ifndef __GNUC__#include <alloca.h>#endif

⌨️ 快捷键说明

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