stkdepth_vars.c
来自「MMI层OBJ不能完全编译」· C语言 代码 · 共 10 行
C
10 行
/******************************************************************************/
/* */
/* Place the definition of main_func_sp here. boot.asm references this */
/* symbol and we should prevent unneeded modules/routines from getting */
/* linked in while referring main_func_sp. */
/* */
/******************************************************************************/
unsigned long main_func_sp = 0; /* SP of main */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?