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

📄 emacs-compatible.h

📁 indent为linux下代码自动格式化工具
💻 H
字号:
struct token_data{  enum token_data_type type;  union  {    struct    {      char *text;    }    u_t;    struct    {      builtin_func *func;      boolean traced;    }    u_f;  }  u;};foo (){  while (1)    {      foobar ();    }  do    {      ralph ();    }  while (nigel ());  switch (x)    {    case 33:      break;    case 49:      printf ("foobar");      {	int i;	i = 23;	f (i);      }    default:      {	int x;	abort ();      }      ;    }}

⌨️ 快捷键说明

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