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

📄 relocate.c

📁 这个是LINUX下的GDB调度工具的源码
💻 C
字号:
static int static_foo = 1;static int static_bar = 2;/* This padding is just for the benefit of the test harness.  It   causes the globals to have different addresses than the functions.  */int dummy[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1};int global_foo = 3;int global_bar = 4;intfunction_foo (){  return 5;}intfunction_bar (){  return 6;}

⌨️ 快捷键说明

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