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

📄 truefalse.c

📁 linux下编程用 编译软件
💻 C
字号:
/* Copyright (C) 2003 Free Software Foundation, Inc.  *//* Source: Neil Booth, 18 Apr 2003.  *//* { dg-do preprocess } *//* { dg-options "-ansi -pedantic -Wundef" } *//* Check that for C++ we handle true and false correctly, and do not   treat them as undefined identifiers.  */#if true		/* { dg-bogus "is not defined" } */#error foo		/* { dg-error "foo" } */#endif#if false		/* { dg-bogus "is not defined" } */#error foo		/* { dg-bogus "foo" } */#endif

⌨️ 快捷键说明

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