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

📄 bug-478094.c

📁 Small Device C Compiler 面向Inter8051
💻 C
字号:
/* Tests a commit problem. */#include <testfwk.h>int foo = 16; void f( int x ){  UNUSED(x);}void g(int bar) {   int a = 0;   int b = 0;   while(1) {     switch(bar) {     case 0:       --foo;       f(foo);       break;     case 1:       ++foo;       f(foo);       break;     case 2:       ++a;       f(a);       break;     case 3:       ++b;       f(b);       break;     }   } } 

⌨️ 快捷键说明

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