attrib1.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 12 行
C
12 行
// Test for using prefix attributes in a parameter decl.// Contributed by Jason Merrill <jason@cygnus.com>// Skip if not target: i?86-*-*// Build don't link:#define _stdcall __attribute__ ((__stdcall__))typedef void (_stdcall* pfn)();void f (void (_stdcall*) ());void f (void (_stdcall* pfn)());
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?