comments.c

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

C
39
字号
char  *frob ( /* comment1 */struct foo *param1,	/* comment 2         * continued. */int param (int (*)(char, void *,   /* Really a				    * `struct foo *' */	  char ccccccc,	/* Extra param */	  int *)),     char *fooooooooooooooooo  /* comment3, also			        * continued */ ){  int aaaaaaaaaaaaaaaaaaaaa, /* comment1 */  bc,/* comment2 */  def; /* comment3 */  if (1)    {      char *a, /* comment1 */           *bcccccccccccccccc, /* comment2 */           d; /* comment3 */    }  if (strcmp (a /* comment a */ ,	      b, /* comment b */ ))    ;  if (func_xxxxxxxxxxxxxxxx (a,		/* comment 1 */      b,        /* comment 2,		 * continued. */      c,/* comment 3 */      d (a + 11, /* comment 4a */	b - 11,	 /* comment 4b		  * continued. */	11111),	 /* comment 5 */      e))    ;}

⌨️ 快捷键说明

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