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

📄 include.c

📁 用于进行gcc测试
💻 C
字号:
/* Copyright (c) 2002 Free Software Foundation Inc.  *//* Test that macros are not expanded in the <> quotes of #inlcude.  *//* vxWorksCommon.h uses the "#" operator to construct the name of an   include file, thus making the file incompatible with -traditional-cpp.   Newlib uses ## when including stdlib.h as of 2007-09-07.  *//* { dg-do preprocess { target { { ! vxworks_kernel } && { ! newlib } } } } */#define __STDC__ 1		/* Stop complaints about non-ISO compilers.  */#define stdlib 1#include <stdlib.h>		/* { dg-bogus "o such file or directory" } */

⌨️ 快捷键说明

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