truefalse.c

来自「xml大全 可读写调用率很高 xml大全 可读写调用率很高」· C语言 代码 · 共 18 行

C
18
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?