cplus.c-9

来自「indent为linux下代码自动格式化工具」· C-9 代码 · 共 63 行

C-9
63
字号
// 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 + -
显示快捷键?