20000209-2.c
来自「linux下的gcc编译器」· 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 + -
显示快捷键?