va-arg-2.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 13 行

C
13
字号
/* <varargs.h> is not supported anymore, but we do install a stub   file which issues an #error telling the user to convert their code.  *//* { dg-do compile } */#include <varargs.h>  /* { dg-bogus "varargs.h" "missing file" } *//* { dg-error "" "In file included from" { target *-*-* } 6 } *//* { dg-error "no longer implements" "#error 1" { target *-*-* } 4 } *//* { dg-error "Revise your code" "#error 2" { target *-*-* } 5 } */int x;  /* prevent empty-source-file warning */

⌨️ 快捷键说明

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