first-in-block.c

来自「indent为linux下代码自动格式化工具」· C语言 代码 · 共 23 行

C
23
字号
main(){  int i = 0;  switch (i)  {//// First line comment//    case 1:      return 1;  }  switch (i)  { // // First line comment, but not col 1. //    case 1:      return 1;  }}

⌨️ 快捷键说明

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