20040309-1.c

来自「用于进行gcc测试」· C语言 代码 · 共 21 行

C
21
字号
static const char default_tupleseps[] = ", \t";fubar (tupleseps)     const char *tupleseps;{  char *kp, *sp;  const char *septmp;  const char *tseplist;  tseplist = (tupleseps) ? tupleseps : default_tupleseps;  while (kp)    {      if (*tseplist)        septmp = tseplist;      bar (*septmp);      if (*tseplist)        if (*kp)          ;    }}

⌨️ 快捷键说明

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