20021230-1.c

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

C
9
字号
/* SH has special handling for combined and/shift sequences.  Make   sure that it behaves properly when one input is in the MACL register.  */int r, t;static void initRGB(){  t = ((r*255/3) & 0xff) << 16;}

⌨️ 快捷键说明

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