⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 funcdef-attr-1.c

📁 linux下编程用 编译软件
💻 C
字号:
/* The declarator in a function definition should be able to take the   form of an attributed function declarator, not just a plain   function declarator.  This was formerly allowed by some of the code   but then the wrong constraint checks were made because other code   didn't recognise the declarator as being that of the function   definition.  *//* Origin: Joseph Myers <jsm@polyomino.org.uk>.  */int (__attribute__((const)) x) (a, b)     int a;     int b;{  return a + b;}

⌨️ 快捷键说明

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