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

📄 else.c

📁 indent为linux下代码自动格式化工具
💻 C
字号:
cmd_tab (n)     int n;{  int i, pos, col;  if (tabch)    {      i = 0;      ch = tabch;      while (tabstop[i] <= vcol)	i++;      do	{	  pos = tabstop[i++];	  col = vcol;	  if (overwrite)	    do	      {		FWD;	      }	    while (pos > vcol && vcol > col);	  else	    do	      {		ch = tabch;		ch1 = tabch2;		inst_ch (0);	      }	    while (pos > vcol && vcol > col);	}      while (--n > 0);      return (kcol = 0);    }  if (overwrite)    {      do	{	  do	    {	      FWD;	    }	  while (vcol & TABCNT);	}      while (--n > 0);      return (0);    }  return (inst_ch (n));}

⌨️ 快捷键说明

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