20070529-1.c

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

C
17
字号
/* ICE in chrec_fold_plus_poly_poly. */typedef unsigned short __u16;typedef unsigned int u32;typedef __u16 __be16;struct hfs_extent { __be16 count;};int hfs_free_fork( int type){ u32 total_blocks, blocks, start; struct hfs_extent *extent; int res, i; for (i = 0; i < 3; extent++, i++)  blocks += __fswab16((( __u16)(__be16)(extent[i].count)));}

⌨️ 快捷键说明

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