⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 20011114-2.c

📁 this is a gcc file, you can download it and learn its usetility, for further detail please look at t
💻 C
字号:
typedef struct { int c, d, e, f, g; } D;void bar (unsigned long, unsigned long);void foo (D *y){  int x = 0;  if (y->f == 0)    x |= 0x1;  if (y->g == 0)    x |= 0x2;  bar ((x << 16) | (y->c & 0xffff), (y->d << 16) | (y->e & 0xffff));}

⌨️ 快捷键说明

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