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

📄 sr1.c

📁 GNU binutils是GNU交叉工具链中的一个源码包
💻 C
字号:
/* This file is compiled and linked into the S-record format.  */extern int e1;extern int e2;int i;int j = 1;static int k;static int l = 1;static char ab[] = "This is a string constant";extern int fn1 ();extern int fn2 ();intmain (){  fn1 (ab);  fn2 ("static string constant");  return e1 + e2 + i + j + k + l;}void__main (){}

⌨️ 快捷键说明

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