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

📄 badcode1.c

📁 keilc pic的版本 才搞到的 希望对大家有帮助
💻 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 + -