cplus.c
来自「indent为linux下代码自动格式化工具」· C语言 代码 · 共 51 行
C
51 行
// Here is a C plus plus commment in column 1// Here is a C plus plus commment in column 1// Here is a C plus plus commment in column 1// Here is a C plus plus commment in column 1// Here is a C plus plus commment in column 1// Here is a C plus plus commment in column 1int var1; // Delcaration comment 1int var1; // Delcaration comment 1 */main (){ var1 = 33; while (grop ()) { // A comment to right of code. foob (); turds (); } /* A single line comment. */ exit ();}// Here is a very long C plus plus comment Here is a very long C plus plus comment very long C plus plus comment//// Test comment// /* * Another form of boxed * comment which should be left the fuck alone!!! * */boof (){ var1 = 99; return 0; // Here is a very long C plus plus comment Here is a very long C plus plus comment}#if 0#else // cpp cplus comment#endif#if 0#else /* Regular comment */#endif /* Yet another */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?