relocate.c
来自「这个是LINUX下的GDB调度工具的源码」· C语言 代码 · 共 22 行
C
22 行
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 + =
减小字号Ctrl + -
显示快捷键?