20030110-1.c

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

C
40
字号
extern char bpp;void foo(){  if (bpp == 32)    {      if (2 < 8)	{	  do	    {	      while (inb(0x9ae8) & (0x0100 >> (2 +1)));	    }	  while(0);	}      else	{	  do	    {	      while (inb(0x9ae8) & (0x0100 >> (2)));	    }	  while(0);	}    }  else    do      { 	while (inb(0x9ae8) & (0x0100 >> (1)));      }    while(0);  if (8 < 8)    {      do	{	  while (inb(0x9ae8) & (0x0100 >> (8 +1)));	}      while(0);    }}

⌨️ 快捷键说明

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