⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 comments.c

📁 indent为linux下代码自动格式化工具
💻 C
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -