📄 badcode1.c
字号:
/*------------------------------------------------------------------------------
BADCODE1.C
Copyright 1996-1997 KEIL Software, Inc.
This source file is full of warnings. You can use uVision/166 to compile and
correct errors in this file.
------------------------------------------------------------------------------*/
int *p;
unsigned int k;
static int function (int i) {
int j, help;
p = &k;
*p = j;
if (!j) j = i;
switch (i) {
case 0: j = 4; break;
defautl: j = 2; break;
}
if (i > 10) return (i);
if (i = 3) j++;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -