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

📄 2.c

📁 GNU binutils是GNU交叉工具链中的一个源码包
💻 C
字号:
/* Normally we should loose foo and keep _start and _init.    With -u foo, we should keep that as well.  */void _start() __asm__("_start");void _start(){}void __attribute__((section(".init")))_init(){}int foo() __asm__("foo");int foo(){  static int x = 1;  return x++;}

⌨️ 快捷键说明

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