fastcall-1.c
来自「用于进行gcc测试」· C语言 代码 · 共 22 行
C
22 行
/* { dg-do compile { target i?86-*-mingw32* i?86-*-cygwin* } } *//* { dg-options "-std=gnu89" } */void__attribute__ ((fastcall))f1() { }void_fastcallf2() { }void__fastcallf3() { }void__attribute__ ((fastcall))f4(int x, int y, int z) { }/* Scan for global label with correct prefix and suffix. *//* { dg-final { scan-assembler "\.globl\[ \t\]@f4@12" } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?