20010313-1.c

来自「linux下的gcc编译器」· C语言 代码 · 共 6 行

C
6
字号
/* Origin: Joseph Myers <jsm28@cam.ac.uk>.  *//* After the open parenthesis before the __attribute__, we used to shift   the __attribute__ (expecting a parenthesised abstract declarator)   instead of reducing to the start of a parameter list.  */void bar (int (__attribute__((__mode__(__SI__))) int foo));

⌨️ 快捷键说明

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