include.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 10 行

C
10
字号
/* Copyright (c) 2002 Free Software Foundation Inc.  *//* Test that macros are not expanded in the <> quotes of #inlcude.  *//* { dg-do preprocess } */#define __STDC__ 1	/* Stop complaints about non-ISO compilers.  */#define stdio 1#include <stdio.h>		/* { dg-bogus "o such file or directory" } */

⌨️ 快捷键说明

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