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

📄 scalar-by-value-2_main.c

📁 xml大全 可读写调用率很高 xml大全 可读写调用率很高
💻 C
字号:
/* Test passing scalars by value.  This test includes scalar types that   are not supported by va_arg; since they require casts to pass to a   function with a variable argument list, testing them with variable   arguments is not interesting.  */extern void scalar_by_value_2_x (void);extern void exit (int);int fails;intmain (){  scalar_by_value_2_x ();  exit (0);}

⌨️ 快捷键说明

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