920928-3.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 20 行

C
20
字号
f (int phaseone){  typedef struct    {      unsigned char *p;    }  FILE;  FILE b[2];  static unsigned char xchr[2];  int j;  int for_end;  if (phaseone)    {      if (j <= for_end)	do	  *(b[1].p) = xchr[j];	while (j++ < 10);    }}

⌨️ 快捷键说明

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