_pragma2.c

来自「linux下编程用 编译软件」· C语言 代码 · 共 14 行

C
14
字号
/* Copyright (C) 2000 Free Software Foundation, Inc.  *//* { dg-do preprocess } *//* Don't allow directives in a _Pragma string. *//* Contributed by Neil Booth 14 Nov 2000.  */_Pragma("#define test")#ifdef test#error Do not allow directives in _Pragma strings#endif

⌨️ 快捷键说明

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