📄 else-comment-bl.c
字号:
voidfoo (){ if (0) i = 0; else /* This is a dirty place to put a comment */ if (1) i = 0; else /* comment behind else */ /* comment on new line, after else */ i = 0; if (0) /* Lets put a comment here too */ i = 0; else /* This is a dirty place to put a multi-line comment */ if (1) i = 0; else /* multi-line comment behind else */ i = 0; if (0) /* Lets put a comment here too */ i = 0; else /* This is a dirty place to put a comment */ if (1) i = 0; else /* comment behind else */ /* comment on new line, after else */ i = 0; if (0) i = 0; else if (1) /* comment after if */ i = 0; else /* multi-line comment */ i = 0; if (0) { i = 0; } else /* This is a dirty place to put a comment */ if (1) { i = 0; } else /* comment behind else */ { /* comment on new line, after else */ i = 0; } if (0) { /* Lets put a comment here too */ i = 0; } else /* This is a dirty place to put a multi-line comment */ if (1) { i = 0; } else /* multi-line comment behind else */ { i = 0; } if (0) /* Lets put a comment here too */ { i = 0; } else /* This is a dirty place to put a comment */ if (1) { i = 0; } else /* comment behind else */ /* comment on new line, after else */ { i = 0; } if (0) { i = 0; } else if (1) /* comment after if */ { i = 0; } else { /* multi-line comment */ i = 0; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -