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

📄 inline-mcpy.c

📁 linux下编程用 编译软件
💻 C
字号:
/* Test if we inline memcpy even with -Os, when the user requested it.  *//* Don't name this test with memcpy in its name, otherwise the scan-assembler   would be confused.  *//* { dg-do compile { target i?86-*-linux* x86_64-*-linux* } } *//* { dg-options "-Os -minline-all-stringops" } *//* { dg-final { scan-assembler-not "memcpy" } } */char f(int i){  char *ram_split[] = { "5:3", "3:1", "1:1", "3:5" };  return ram_split[i][0];}

⌨️ 快捷键说明

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