⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdarg.h

📁 linux内核
💻 H
字号:
/* * stdarg.h * * This is just a wrapper for the gcc one, but defines va_copy() * even if gcc doesn't. *//* Note: the _STDARG_H macro belongs to the gcc header... */#include_next <stdarg.h>/* Older gcc considers this an extension, so it's double underbar only */#ifndef va_copy#define va_copy(d,s) __va_copy(d,s)#endif

⌨️ 快捷键说明

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