20000209-2.c

来自「gcc3.2.1源代码」· C语言 代码 · 共 20 行

C
20
字号
/* { dg-do compile } *//* { dg-options "-Wall" } *//* Distilled from glibc sources.  Tests preprocessor corner cases.   Since it uses rest args, we must turn off -pedantic-errors.  */#define NO_PAREN(rest...) rest#define DEFINE_CATEGORY(category, items) \const int _nl_value_type_##category[] = { NO_PAREN items }DEFINE_CATEGORY( LC_COLLATE, (   1,   2,   3,  ));DEFINE_CATEGORY(LC_CTYPE, (1, 2, 3));

⌨️ 快捷键说明

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